Commit a91c94dc authored by yann300's avatar yann300

fix terminal api

parent 77f304bf
......@@ -579,5 +579,13 @@ function domTerminalFeatures (self, scopedCommands) {
}
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
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