File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ class CMainParams : public CChainParams {
168
168
base58Prefixes[EXT_SECRET_KEY] = {0x04 , 0x88 , 0xAD , 0xE4 };
169
169
170
170
bech32_hrp = " bc" ;
171
- blech32_hrp = blech32_hrp ;
171
+ blech32_hrp = bech32_hrp ;
172
172
173
173
vFixedSeeds = std::vector<SeedSpec6>(pnSeed6_main, pnSeed6_main + ARRAYLEN (pnSeed6_main));
174
174
@@ -276,7 +276,7 @@ class CTestNetParams : public CChainParams {
276
276
base58Prefixes[EXT_SECRET_KEY] = {0x04 , 0x35 , 0x83 , 0x94 };
277
277
278
278
bech32_hrp = " tb" ;
279
- blech32_hrp = blech32_hrp ;
279
+ blech32_hrp = bech32_hrp ;
280
280
281
281
vFixedSeeds = std::vector<SeedSpec6>(pnSeed6_test, pnSeed6_test + ARRAYLEN (pnSeed6_test));
282
282
@@ -386,7 +386,7 @@ class CRegTestParams : public CChainParams {
386
386
base58Prefixes[EXT_SECRET_KEY] = {0x04 , 0x35 , 0x83 , 0x94 };
387
387
388
388
bech32_hrp = " bcrt" ;
389
- blech32_hrp = blech32_hrp ;
389
+ blech32_hrp = bech32_hrp ;
390
390
}
391
391
392
392
/* *
You can’t perform that action at this time.
0 commit comments