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 2f874ec commit 095db0dCopy full SHA for 095db0d
include/wally_bip32.h
@@ -231,7 +231,7 @@ WALLY_CORE_API int bip32_key_from_parent_path_alloc(
231
* :param hdkey: The extended key.
232
* :param flags: BIP32_FLAG_KEY_ Flags indicating which key to serialize. You can not
233
*| serialize a private extended key from a public extended key.
234
- * :param output: Destination for the resulting key in bas58.
+ * :param output: Destination for the resulting key in base58.
235
*/
236
WALLY_CORE_API int bip32_key_to_base58(
237
const struct ext_key *hdkey,
0 commit comments