diff --git a/relay.go b/relay.go index de1dddd..d93640b 100644 --- a/relay.go +++ b/relay.go @@ -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)