mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
Show unconfirmed coin on wallets page, disable staking for particl.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user