Skip to content

Commit

Permalink
Merge 4d9fa04 into merged_master (Elements PR ElementsProject#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
apoelstra committed Nov 3, 2020
2 parents 387a6ab + 4d9fa04 commit c366388
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class CMainParams : public CChainParams {
base58Prefixes[EXT_SECRET_KEY] = {0x04, 0x88, 0xAD, 0xE4};

bech32_hrp = "bc";
blech32_hrp = blech32_hrp;
blech32_hrp = bech32_hrp;

vFixedSeeds = std::vector<SeedSpec6>(pnSeed6_main, pnSeed6_main + ARRAYLEN(pnSeed6_main));

Expand Down Expand Up @@ -276,7 +276,7 @@ class CTestNetParams : public CChainParams {
base58Prefixes[EXT_SECRET_KEY] = {0x04, 0x35, 0x83, 0x94};

bech32_hrp = "tb";
blech32_hrp = blech32_hrp;
blech32_hrp = bech32_hrp;

vFixedSeeds = std::vector<SeedSpec6>(pnSeed6_test, pnSeed6_test + ARRAYLEN(pnSeed6_test));

Expand Down Expand Up @@ -386,7 +386,7 @@ class CRegTestParams : public CChainParams {
base58Prefixes[EXT_SECRET_KEY] = {0x04, 0x35, 0x83, 0x94};

bech32_hrp = "bcrt";
blech32_hrp = blech32_hrp;
blech32_hrp = bech32_hrp;
}

/**
Expand Down

0 comments on commit c366388

Please sign in to comment.