Commit 7eb39c8b authored by Eriksson Monteiro's avatar Eriksson Monteiro

update millix bar

parent 0b6206bc
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -221,7 +221,7 @@ cr.define('millix_bar', function () {
$('#peer_count').text(nodeStat.network.peer_count.toLocaleString());
$('#log_count').text(nodeStat.log.log_count.toLocaleString());
$('#backlog_count').text(nodeStat.log.backlog_count.toLocaleString());
$('#transaction_count').text(nodeStat.transaction.transaction_count.toLocaleString());
$('#transaction_count').text(nodeStat.transaction.transaction_wallet_count.toLocaleString());
}
}
......
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