mirror of
https://github.com/basicswap/basicswap.git
synced 2026-04-08 18:37:23 +02:00
Flake8 + Black.
This commit is contained in:
@@ -602,7 +602,7 @@ class BTCInterface(Secp256k1Interface):
|
|||||||
self.rpc_wallet("sethdseed", [True, key_wif])
|
self.rpc_wallet("sethdseed", [True, key_wif])
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self._log.debug(f"sethdseed failed: {e}")
|
self._log.debug(f"sethdseed failed: {e}")
|
||||||
|
|
||||||
"""
|
"""
|
||||||
# TODO: Find derived key counts
|
# TODO: Find derived key counts
|
||||||
if "Already have this key" in str(e):
|
if "Already have this key" in str(e):
|
||||||
|
|||||||
Reference in New Issue
Block a user