We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fade15c commit 5772c6bCopy full SHA for 5772c6b
bip-0328/_base58.py
@@ -53,7 +53,7 @@ def decode(s: str) -> bytes:
53
"""
54
Decode a base58-encoding string, returning bytes
55
56
- :param s: Base48 string to decode
+ :param s: Base58 string to decode
57
:return: Bytes encoded by ``s``
58
59
if not s:
@@ -118,7 +118,7 @@ def get_xpub_fingerprint_hex(xpub: str) -> str:
118
119
Get the parent fingerprint as a hex string from an extended public key
120
121
- :param s: The extended pubkey
+ :param xpub: The extended pubkey
122
:return: The parent fingerprint as a hex string
123
124
data = decode(xpub)
0 commit comments