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 {
168168 base58Prefixes[EXT_SECRET_KEY] = {0x04 , 0x88 , 0xAD , 0xE4 };
169169
170170 bech32_hrp = " bc" ;
171- blech32_hrp = blech32_hrp ;
171+ blech32_hrp = bech32_hrp ;
172172
173173 vFixedSeeds = std::vector<SeedSpec6>(pnSeed6_main, pnSeed6_main + ARRAYLEN (pnSeed6_main));
174174
@@ -276,7 +276,7 @@ class CTestNetParams : public CChainParams {
276276 base58Prefixes[EXT_SECRET_KEY] = {0x04 , 0x35 , 0x83 , 0x94 };
277277
278278 bech32_hrp = " tb" ;
279- blech32_hrp = blech32_hrp ;
279+ blech32_hrp = bech32_hrp ;
280280
281281 vFixedSeeds = std::vector<SeedSpec6>(pnSeed6_test, pnSeed6_test + ARRAYLEN (pnSeed6_test));
282282
@@ -386,7 +386,7 @@ class CRegTestParams : public CChainParams {
386386 base58Prefixes[EXT_SECRET_KEY] = {0x04 , 0x35 , 0x83 , 0x94 };
387387
388388 bech32_hrp = " bcrt" ;
389- blech32_hrp = blech32_hrp ;
389+ blech32_hrp = bech32_hrp ;
390390 }
391391
392392 /* *
You can’t perform that action at this time.
0 commit comments