Commit 6fb318ae authored by yann300's avatar yann300

fix reference

parent 6c6651b2
......@@ -580,7 +580,7 @@ function domTerminalFeatures (self, scopedCommands) {
function blockify (el) { return yo`<div class=${css.block}>${el}</div>` }
// PENDING TX
function updatePendingTxs (api, el) {
var count = Object.keys(api.udapp().pendingTransactions()).length
var count = Object.keys(api.udapp.pendingTransactions()).length
el.innerText = count
}
......
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