mirror of
https://github.com/basicswap/basicswap.git
synced 2026-04-09 02:47:22 +02:00
ui: Add wallet_blocks to XMR wallet page.
This commit is contained in:
@@ -38,6 +38,9 @@ def format_wallet_data(swap_client, ci, w):
|
||||
"havedata": True,
|
||||
}
|
||||
|
||||
if "wallet_blocks" in w:
|
||||
wf["wallet_blocks"] = w["wallet_blocks"]
|
||||
|
||||
if w.get("bootstrapping", False) is True:
|
||||
wf["bootstrapping"] = True
|
||||
if "known_block_count" in w:
|
||||
|
||||
Reference in New Issue
Block a user