mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
ui: Display count of locked UTXOs on wallet page.
This commit is contained in:
@@ -6522,6 +6522,9 @@ class BasicSwap(BaseApp):
|
||||
'locked': walletinfo['locked'],
|
||||
}
|
||||
|
||||
if 'locked_utxos' in walletinfo:
|
||||
rv['locked_utxos'] = walletinfo['locked_utxos']
|
||||
|
||||
if coin == Coins.PART:
|
||||
rv['stealth_address'] = self.getCachedStealthAddressForCoin(Coins.PART)
|
||||
rv['anon_balance'] = walletinfo['anon_balance']
|
||||
|
||||
Reference in New Issue
Block a user