From 1102ff1ddfedd8295faef086a0cae963f9666637 Mon Sep 17 00:00:00 2001 From: gerlofvanek Date: Tue, 31 Mar 2026 22:36:13 +0200 Subject: [PATCH] Whitespace --- basicswap/ui/page_wallet.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basicswap/ui/page_wallet.py b/basicswap/ui/page_wallet.py index a5aa348..2d669ce 100644 --- a/basicswap/ui/page_wallet.py +++ b/basicswap/ui/page_wallet.py @@ -94,7 +94,7 @@ def format_wallet_data(swap_client, ci, w): wf["spark_address"] = w.get("spark_address", "?") wf["spark_balance"] = w.get("spark_balance", "?") wf["spark_pending"] = w.get("spark_pending", "?") - + if hasattr(ci, "getScanStatus"): wf["scan_status"] = ci.getScanStatus() @@ -125,7 +125,7 @@ def format_wallet_data(swap_client, ci, w): except Exception: wf["electrum_synced"] = False wf["electrum_height"] = 0 - + checkAddressesOwned(swap_client, ci, wf) return wf