mirror of
https://github.com/basicswap/basicswap.git
synced 2026-04-08 18:37:23 +02:00
Fix whitespace.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user