Skip to content

Commit 24ae4dc

Browse files
committed
set btc config to mainnet
1 parent a3c0046 commit 24ae4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ func init() {
1919
config.SetBech32PrefixForAccount(AccountAddressPrefix, accountPubKeyPrefix)
2020
config.SetBech32PrefixForValidator(validatorAddressPrefix, validatorPubKeyPrefix)
2121
config.SetBech32PrefixForConsensusNode(consNodeAddressPrefix, consNodePubKeyPrefix)
22-
config.SetBtcChainCfg(&chaincfg.TestNet3Params)
22+
config.SetBtcChainCfg(&chaincfg.MainNetParams)
2323
config.Seal()
2424
}

0 commit comments

Comments
 (0)