mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 10:48:11 +01:00
ui: Add wallet_blocks to XMR wallet page.
This commit is contained in:
@@ -10285,6 +10285,9 @@ class BasicSwap(BaseApp):
|
||||
"locked": walletinfo["locked"],
|
||||
}
|
||||
|
||||
if "wallet_blocks" in walletinfo:
|
||||
rv["wallet_blocks"] = walletinfo["wallet_blocks"]
|
||||
|
||||
if "immature_balance" in walletinfo:
|
||||
rv["immature"] = ci.format_amount(
|
||||
walletinfo["immature_balance"], conv_int=True
|
||||
|
||||
Reference in New Issue
Block a user