Skip to content

Commit 095db0d

Browse files
author
Lawrence Nahum
committed
fix base58 typo in bip32 header docs
1 parent 2f874ec commit 095db0d

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
@@ -231,7 +231,7 @@ WALLY_CORE_API int bip32_key_from_parent_path_alloc(
231231
* :param hdkey: The extended key.
232232
* :param flags: BIP32_FLAG_KEY_ Flags indicating which key to serialize. You can not
233233
*| serialize a private extended key from a public extended key.
234-
* :param output: Destination for the resulting key in bas58.
234+
* :param output: Destination for the resulting key in base58.
235235
*/
236236
WALLY_CORE_API int bip32_key_to_base58(
237237
const struct ext_key *hdkey,

0 commit comments

Comments
 (0)