Skip to content

Commit

Permalink
chaincfg: change hrp prefix for regtest network
Browse files Browse the repository at this point in the history
  • Loading branch information
vapopov authored and Roasbeef committed Apr 18, 2018
1 parent 3b7cd03 commit a03db40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chaincfg/params.go
Expand Up @@ -379,7 +379,7 @@ var RegressionNetParams = Params{

// Human-readable part for Bech32 encoded segwit addresses, as defined in
// BIP 173.
Bech32HRPSegwit: "tb", // always tb for test net
Bech32HRPSegwit: "bcrt", // always bcrt for reg test net

// Address encoding magics
PubKeyHashAddrID: 0x6f, // starts with m or n
Expand Down

0 comments on commit a03db40

Please sign in to comment.