Fix whitespace.

This commit is contained in:
gerlofvanek
2026-01-30 23:03:22 +01:00
parent e737ba7e27
commit 44c77f162b
2 changed files with 2 additions and 2 deletions

View File

@@ -4026,7 +4026,7 @@ class BTCInterface(Secp256k1Interface):
break break
except Exception: except Exception:
self._log.debug( self._log.debug(
f"Waiting for wallet after encryption... {i+1}/10" f"Waiting for wallet after encryption... {i + 1}/10"
) )
wallets = self.rpc("listwallets") wallets = self.rpc("listwallets")
if self._rpc_wallet not in wallets: if self._rpc_wallet not in wallets:

View File

@@ -233,7 +233,7 @@ class LTCInterface(BTCInterface):
break break
except Exception: except Exception:
self._log.debug( self._log.debug(
f"Waiting for wallet after encryption... {i+1}/10" f"Waiting for wallet after encryption... {i + 1}/10"
) )
wallets = self.rpc("listwallets") wallets = self.rpc("listwallets")
if self._rpc_wallet not in wallets: if self._rpc_wallet not in wallets: