Remove bech32 prefix from namecoin
This commit is contained in:
parent
7ecddfe7d0
commit
76d99ccee1
@ -23,7 +23,6 @@ func init() {
|
|||||||
MainNetParams.Net = MainnetMagic
|
MainNetParams.Net = MainnetMagic
|
||||||
MainNetParams.PubKeyHashAddrID = 52
|
MainNetParams.PubKeyHashAddrID = 52
|
||||||
MainNetParams.ScriptHashAddrID = 13
|
MainNetParams.ScriptHashAddrID = 13
|
||||||
MainNetParams.Bech32HRPSegwit = "nc"
|
|
||||||
|
|
||||||
err := chaincfg.Register(&MainNetParams)
|
err := chaincfg.Register(&MainNetParams)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user