chaincfg: change hrp prefix for regtest network
This commit is contained in:
parent
2be2f12b35
commit
675abc5df3
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ var RegressionNetParams = Params{
|
||||||
|
|
||||||
// Human-readable part for Bech32 encoded segwit addresses, as defined in
|
// Human-readable part for Bech32 encoded segwit addresses, as defined in
|
||||||
// BIP 173.
|
// BIP 173.
|
||||||
Bech32HRPSegwit: "tb", // always tb for test net
|
Bech32HRPSegwit: "bcrt", // always bcrt for reg test net
|
||||||
|
|
||||||
// Address encoding magics
|
// Address encoding magics
|
||||||
PubKeyHashAddrID: 0x6f, // starts with m or n
|
PubKeyHashAddrID: 0x6f, // starts with m or n
|
||||||
|
|
Loading…
Add table
Reference in a new issue