Skip to content

Commit

Permalink
bech32_hrp is nb
Browse files Browse the repository at this point in the history
  • Loading branch information
Marconi Pereira Soldate committed Jan 8, 2025
1 parent 852418a commit df36730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class CMainParams : public CChainParams {
base58Prefixes[EXT_PUBLIC_KEY] = {0x04, 0x88, 0xB2, 0x1E};
base58Prefixes[EXT_SECRET_KEY] = {0x04, 0x88, 0xAD, 0xE4};

bech32_hrp = "bc";
bech32_hrp = "nb";

vFixedSeeds = std::vector<uint8_t>(std::begin(chainparams_seed_main), std::end(chainparams_seed_main));

Expand Down

0 comments on commit df36730

Please sign in to comment.