ui: Add wallet_blocks to XMR wallet page.

This commit is contained in:
tecnovert
2024-11-29 12:30:36 +02:00
parent 0dc55fc449
commit 037851a002
5 changed files with 20 additions and 7 deletions

View File

@@ -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: