Flake8 + Black.

This commit is contained in:
gerlofvanek
2026-01-30 22:37:11 +01:00
parent 1afe1316d0
commit e737ba7e27

View File

@@ -602,7 +602,7 @@ class BTCInterface(Secp256k1Interface):
self.rpc_wallet("sethdseed", [True, key_wif])
except Exception as e:
self._log.debug(f"sethdseed failed: {e}")
"""
# TODO: Find derived key counts
if "Already have this key" in str(e):