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 b2cde0e commit eeb53a5Copy full SHA for eeb53a5
include/wally_address.h
@@ -11,6 +11,7 @@ extern "C" {
11
#define WALLY_WIF_FLAG_UNCOMPRESSED 0x1 /** Corresponding public key uncompressed */
12
13
#define WALLY_CA_PREFIX_LIQUID 0x0c /** Liquid v1 confidential address prefix */
14
+#define WALLY_CA_PREFIX_LIQUID_REGTEST 0x04 /** Liquid v1 confidential address prefix for regtest */
15
16
/**
17
* Create a segwit native address from a v0 witness program.
0 commit comments