We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c0046 commit 24ae4dcCopy full SHA for 24ae4dc
app/config.go
@@ -19,6 +19,6 @@ func init() {
19
config.SetBech32PrefixForAccount(AccountAddressPrefix, accountPubKeyPrefix)
20
config.SetBech32PrefixForValidator(validatorAddressPrefix, validatorPubKeyPrefix)
21
config.SetBech32PrefixForConsensusNode(consNodeAddressPrefix, consNodePubKeyPrefix)
22
- config.SetBtcChainCfg(&chaincfg.TestNet3Params)
+ config.SetBtcChainCfg(&chaincfg.MainNetParams)
23
config.Seal()
24
}
0 commit comments