Browse Source

Litecoin: Update bech32 HRP's

0.16
Adrian Gallagher 6 years ago
parent
commit
f1e1ab4ebc
No known key found for this signature in database
GPG Key ID: FE3348877809386C
  1. 6
      src/chainparams.cpp

6
src/chainparams.cpp

@ -138,7 +138,7 @@ public: @@ -138,7 +138,7 @@ public:
base58Prefixes[EXT_PUBLIC_KEY] = {0x04, 0x88, 0xB2, 0x1E};
base58Prefixes[EXT_SECRET_KEY] = {0x04, 0x88, 0xAD, 0xE4};
bech32_hrp = "bc";
bech32_hrp = "ltc";
vFixedSeeds = std::vector<SeedSpec6>(pnSeed6_main, pnSeed6_main + ARRAYLEN(pnSeed6_main));
@ -243,7 +243,7 @@ public: @@ -243,7 +243,7 @@ public:
base58Prefixes[EXT_PUBLIC_KEY] = {0x04, 0x35, 0x87, 0xCF};
base58Prefixes[EXT_SECRET_KEY] = {0x04, 0x35, 0x83, 0x94};
bech32_hrp = "tb";
bech32_hrp = "tltc";
vFixedSeeds = std::vector<SeedSpec6>(pnSeed6_test, pnSeed6_test + ARRAYLEN(pnSeed6_test));
@ -341,7 +341,7 @@ public: @@ -341,7 +341,7 @@ public:
base58Prefixes[EXT_PUBLIC_KEY] = {0x04, 0x35, 0x87, 0xCF};
base58Prefixes[EXT_SECRET_KEY] = {0x04, 0x35, 0x83, 0x94};
bech32_hrp = "bcrt";
bech32_hrp = "rltc";
}
};

Loading…
Cancel
Save