Commit 640b7a47 authored by yann300's avatar yann300

remove bad rebasing token

parent 0644b462
...@@ -579,13 +579,5 @@ function domTerminalFeatures (self, scopedCommands) { ...@@ -579,13 +579,5 @@ function domTerminalFeatures (self, scopedCommands) {
} }
function blockify (el) { return yo`<div class=${css.block}>${el}</div>` } function blockify (el) { return yo`<div class=${css.block}>${el}</div>` }
<<<<<<< HEAD
=======
// PENDING TX
function updatePendingTxs (udapp, el) {
var count = Object.keys(udapp.pendingTransactions()).length
el.innerText = count
}
>>>>>>> fix terminal api
module.exports = Terminal module.exports = Terminal
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment