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 @@ -176,7 +176,7 @@ class CMainParams : public CChainParams {
176176 base58Prefixes[EXT_SECRET_KEY] = {0x04 , 0x88 , 0xAD , 0xE4 };
177177
178178 bech32_hrp = " bc" ;
179- blech32_hrp = blech32_hrp ;
179+ blech32_hrp = bech32_hrp ;
180180
181181 vFixedSeeds = std::vector<SeedSpec6>(pnSeed6_main, pnSeed6_main + ARRAYLEN (pnSeed6_main));
182182
@@ -295,7 +295,7 @@ class CTestNetParams : public CChainParams {
295295 base58Prefixes[EXT_SECRET_KEY] = {0x04 , 0x35 , 0x83 , 0x94 };
296296
297297 bech32_hrp = " tb" ;
298- blech32_hrp = blech32_hrp ;
298+ blech32_hrp = bech32_hrp ;
299299
300300 vFixedSeeds = std::vector<SeedSpec6>(pnSeed6_test, pnSeed6_test + ARRAYLEN (pnSeed6_test));
301301
@@ -412,7 +412,7 @@ class CRegTestParams : public CChainParams {
412412 base58Prefixes[EXT_SECRET_KEY] = {0x04 , 0x35 , 0x83 , 0x94 };
413413
414414 bech32_hrp = " bcrt" ;
415- blech32_hrp = blech32_hrp ;
415+ blech32_hrp = bech32_hrp ;
416416
417417 /* enable fallback fee on regtest */
418418 m_fallback_fee_enabled = true ;
You can’t perform that action at this time.
0 commit comments