python-bip32 icon indicating copy to clipboard operation
python-bip32 copied to clipboard

README: add get_fingerprint(), remove wrong parameters, grammar fixes

Open BenWestgate opened this issue 1 year ago • 0 comments

BIP-0032 is a proper noun so should be capitalized in a sentence. "the" is not necessary.

The get_xxxx(path) methods should not have "path" in them as they don't accept a parameter.

Added two missing periods.

Added documentation of get_fingerprint()

BenWestgate avatar Sep 07 '24 14:09 BenWestgate