We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d8187 commit 3d1e23fCopy full SHA for 3d1e23f
include/wally_address.h
@@ -263,7 +263,8 @@ WALLY_CORE_API int wally_bip32_key_to_addr_segwit(
263
* Create a P2PKH address corresponding to a private key in Wallet Import Format.
264
*
265
* :param wif: Private key in Wallet Import Format.
266
- * :param prefix: Prefix byte to use, e.g. 0x80, 0xef.
+ * :param prefix: Expected prefix byte, e.g. `WALLY_ADDRESS_VERSION_WIF_MAINNET`
267
+ *| or `WALLY_ADDRESS_VERSION_WIF_TESTNET`.
268
* :param version: Address version to generate. One of the :ref:`address-versions`.
269
* :param output: Destination for the resulting address string.
270
*| The string returned should be freed using `wally_free_string`.
0 commit comments