mirror of
https://github.com/basicswap/basicswap.git
synced 2026-04-08 10:27:23 +02:00
Fix whitespace.
This commit is contained in:
@@ -4026,7 +4026,7 @@ class BTCInterface(Secp256k1Interface):
|
||||
break
|
||||
except Exception:
|
||||
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")
|
||||
if self._rpc_wallet not in wallets:
|
||||
|
||||
@@ -233,7 +233,7 @@ class LTCInterface(BTCInterface):
|
||||
break
|
||||
except Exception:
|
||||
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")
|
||||
if self._rpc_wallet not in wallets:
|
||||
|
||||
Reference in New Issue
Block a user