mmnode-feeview: fix
This commit is contained in:
parent
8faeb17a68
commit
7a9ccf5e2d
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ def create_data(coin_amt,mempool):
|
|||
|
||||
# populate fee brackets:
|
||||
for tx in mempool.values():
|
||||
fee = coin_amt(tx['fee']).toSatoshi()
|
||||
fee = coin_amt(tx['fee']).to_unit('satoshi')
|
||||
vsize = tx['vsize']
|
||||
for bracket in out:
|
||||
if fee / vsize < bracket.top:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue