Skip to content

Commit ae1ca5c

Browse files
author
Lawrence Nahum
committed
fix typo in bip32 docs for base58 (confused with wif)
1 parent 095db0d commit ae1ca5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/wally_bip32.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ WALLY_CORE_API int bip32_key_to_base58(
242242
/**
243243
* Convert a base58 encoded extended key to an extended key.
244244
*
245-
* :param wif: The extended key in base58.
245+
* :param base58: The extended key in base58.
246246
* :param output: Destination for the resulting extended key.
247247
*/
248248
WALLY_CORE_API int bip32_key_from_base58(

0 commit comments

Comments
 (0)