We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac3077 commit a2d1334Copy full SHA for a2d1334
1 file changed
bip32/bip32.py
@@ -281,7 +281,6 @@ def get_fingerprint(self):
281
"""Get the public key fingerprint."""
282
return _pubkey_to_fingerprint(self.pubkey)
283
284
-
285
@classmethod
286
def from_xpriv(cls, xpriv):
287
"""Get a BIP32 "wallet" out of this xpriv
0 commit comments