Skip to content

Commit

Permalink
fix typo when using cosmossdk
Browse files Browse the repository at this point in the history
  • Loading branch information
adshmh committed Aug 20, 2024
1 parent cc1037c commit 1353609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func initCosmosSDKConfig() {
consNodePubKeyPrefix := app.AccountAddressPrefix + "valconspub"

// Set and seal config
config := sdk.GetConfig()
config := cosmossdk.GetConfig()
config.SetBech32PrefixForAccount(app.AccountAddressPrefix, accountPubKeyPrefix)
config.SetBech32PrefixForValidator(validatorAddressPrefix, validatorPubKeyPrefix)
config.SetBech32PrefixForConsensusNode(consNodeAddressPrefix, consNodePubKeyPrefix)
Expand Down

0 comments on commit 1353609

Please sign in to comment.