Show unconfirmed coin on wallets page, disable staking for particl.

This commit is contained in:
tecnovert
2019-07-31 14:25:54 +02:00
parent 1baf13c5a8
commit 4f83da0f26
4 changed files with 9 additions and 2 deletions

View File

@@ -228,6 +228,8 @@ class HttpHandler(BaseHTTPRequestHandler):
'synced': w['synced'],
'deposit_address': w['deposit_address'],
})
if float(w['unconfirmed']) > 0.0:
wallets_formatted[-1]['unconfirmed'] = w['unconfirmed']
template = env.get_template('wallets.html')
return bytes(template.render(