mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Fix nit in blech32_hrp assignment in Bitcoin chains
This commit is contained in:
parent
51c4ebbe81
commit
a712796108
1 changed files with 3 additions and 3 deletions
|
|
@ -176,7 +176,7 @@ public:
|
|||
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));
|
||||
|
||||
|
|
@ -295,7 +295,7 @@ public:
|
|||
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));
|
||||
|
||||
|
|
@ -412,7 +412,7 @@ public:
|
|||
base58Prefixes[EXT_SECRET_KEY] = {0x04, 0x35, 0x83, 0x94};
|
||||
|
||||
bech32_hrp = "bcrt";
|
||||
blech32_hrp = blech32_hrp;
|
||||
blech32_hrp = bech32_hrp;
|
||||
|
||||
/* enable fallback fee on regtest */
|
||||
m_fallback_fee_enabled = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue