]> Git Repo - VerusCoin.git/commitdiff
Add viewing key prefix to regtest parameters
authorJack Grigg <[email protected]>
Mon, 22 Jan 2018 15:32:52 +0000 (15:32 +0000)
committerJack Grigg <[email protected]>
Mon, 22 Jan 2018 15:32:52 +0000 (15:32 +0000)
src/chainparams.cpp

index 1897b4b6c6944af6522a5c0373763be10b8b3518..36b71b5c704e5ea6894d54d67ca84280ea7c04ff 100644 (file)
@@ -387,6 +387,7 @@ public:
         base58Prefixes[EXT_PUBLIC_KEY]     = {0x04,0x35,0x87,0xCF};
         base58Prefixes[EXT_SECRET_KEY]     = {0x04,0x35,0x83,0x94};
         base58Prefixes[ZCPAYMENT_ADDRRESS] = {0x16,0xB6};
+        base58Prefixes[ZCVIEWING_KEY]      = {0xA8,0xAC,0x0C};
         base58Prefixes[ZCSPENDING_KEY]     = {0xAC,0x08};
 
         // Founders reward script expects a vector of 2-of-3 multisig addresses
This page took 0.026944 seconds and 4 git commands to generate.