BIP328: minor docstring fixups #1808
pull futreall wants to merge 1 commits into bitcoin:master from futreall:master changing 1 files +2 −2-
futreall commented at 1:50 pm on April 1, 2025: contributor2 doc-only fixups.
-
in bip-0328/_base58.py:56 in 351c3d5e5b outdated
52@@ -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 57+ :param s: Base58 string to decode
jonatack commented at 3:16 pm on April 1, 2025:Looks like the following should be fixed as well:
0@@ -118,7 +118,7 @@ def get_xpub_fingerprint_hex(xpub: str) -> str: 1 """ 2 Get the parent fingerprint as a hex string from an extended public key 3 4- :param s: The extended pubkey 5+ :param xpub: The extended pubkey 6 :return: The parent fingerprint as a hex string
jonatack commented at 3:17 pm on April 1, 2025: memberACK, see comment below for a similar one (please verify if you can find any others in the same BIP).jonatack renamed this:
fix error `Base48` to `Base58` _base58.py
BIP328: minor docstring fixups
on Apr 1, 2025futreall force-pushed on Apr 1, 2025futreall commented at 3:29 pm on April 1, 2025: contributorDone , there is no more such error in the files thanksin bip-0328/_base58.py:110 in 81f0e56091 outdated
106@@ -107,7 +107,7 @@ def get_xpub_fingerprint(s: str) -> bytes: 107 """ 108 Get the parent fingerprint from an extended public key 109 110- :param s: The extended pubkey 111+ :param xpub: The extended pubkey
jonatack commented at 4:03 pm on April 1, 2025:It looks like this line should either remain as-is, or be updated to the name “xpub” in the code of this function.
jonatack commented at 6:05 pm on April 1, 2025:In case I was unclear, the above comment was for this line only, not for #1808 (review).jonatack commented at 4:04 pm on April 1, 2025: memberOne comment on the latest push.futreall force-pushed on Apr 1, 2025futreall force-pushed on Apr 1, 2025in bip-0328/_base58.py:56 in 587eef3ca2 outdated
52@@ -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 57+ :param s:Base58 string to decode
jonatack commented at 6:04 pm on April 1, 2025:0 :param s: Base58 string to decode
jonatack commented at 6:04 pm on April 1, 2025: memberCan you still address #1808 (review) for that one case?fix error Base48 to Base58
chore: fix error Base48 to Base58 fix error Base48 to Base58
futreall force-pushed on Apr 1, 2025futreall commented at 6:20 pm on April 1, 2025: contributorSorry, I wasn’t paying attention , now everything definitely worked outjonatack commented at 7:13 pm on April 1, 2025: memberACK 5772c6b40d102164e0e2387536ea5214e714a45d, thanks for updating.jonatack merged this on Apr 1, 2025jonatack closed this on Apr 1, 2025
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin/bips. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2025-04-19 01:10 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me