Change regrets address prefix
This commit is contained in:
@@ -568,9 +568,12 @@ public:
|
|||||||
0
|
0
|
||||||
};
|
};
|
||||||
// These prefixes are the same as the testnet prefixes
|
// These prefixes are the same as the testnet prefixes
|
||||||
base58Prefixes[PUBKEY_ADDRESS] = {0x1D,0x25};
|
base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,60);
|
||||||
base58Prefixes[SCRIPT_ADDRESS] = {0x1C,0xBA};
|
base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,85);
|
||||||
base58Prefixes[SECRET_KEY] = {0xEF};
|
base58Prefixes[SECRET_KEY] = std::vector<unsigned char>(1,188);
|
||||||
|
//base58Prefixes[PUBKEY_ADDRESS] = {0x1D,0x25};
|
||||||
|
//base58Prefixes[SCRIPT_ADDRESS] = {0x1C,0xBA};
|
||||||
|
//base58Prefixes[SECRET_KEY] = {0xEF};
|
||||||
// do not rely on these BIP32 prefixes; they are not specified and may change
|
// do not rely on these BIP32 prefixes; they are not specified and may change
|
||||||
base58Prefixes[EXT_PUBLIC_KEY] = {0x04,0x35,0x87,0xCF};
|
base58Prefixes[EXT_PUBLIC_KEY] = {0x04,0x35,0x87,0xCF};
|
||||||
base58Prefixes[EXT_SECRET_KEY] = {0x04,0x35,0x83,0x94};
|
base58Prefixes[EXT_SECRET_KEY] = {0x04,0x35,0x83,0x94};
|
||||||
|
|||||||
Reference in New Issue
Block a user