Skip to content

Commit

Permalink
set btc config to testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
keithsue committed Jan 8, 2025
1 parent 24ae4dc commit a55e7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ func init() {
config.SetBech32PrefixForAccount(AccountAddressPrefix, accountPubKeyPrefix)
config.SetBech32PrefixForValidator(validatorAddressPrefix, validatorPubKeyPrefix)
config.SetBech32PrefixForConsensusNode(consNodeAddressPrefix, consNodePubKeyPrefix)
config.SetBtcChainCfg(&chaincfg.MainNetParams)
config.SetBtcChainCfg(&chaincfg.TestNet3Params)
config.Seal()
}

0 comments on commit a55e7b3

Please # to comment.