diff --git a/plugins/btchipwallet.py b/plugins/btchipwallet.py index 04d40a978..dc03536c9 100644 --- a/plugins/btchipwallet.py +++ b/plugins/btchipwallet.py @@ -219,6 +219,9 @@ class BTChipWallet(NewWallet): xpub = self.get_public_key(derivation) return xpub, None + def get_private_key(self, address, password): + return [] + def get_public_key(self, bip32_path): # S-L-O-W - we don't handle the fingerprint directly, so compute it manually from the previous node # This only happens once so it's bearable