diff --git a/tests/integration/common.go b/tests/integration/common.go index 5189e67c..15aa3947 100644 --- a/tests/integration/common.go +++ b/tests/integration/common.go @@ -83,8 +83,8 @@ func (tf *TestFixture) Setup() error { runtime.NewKVStoreService(keys[authtypes.StoreKey]), authtypes.ProtoBaseAccount, maccPerms, - addresscodec.NewBech32Codec(sdk.Bech32MainPrefix), - sdk.Bech32MainPrefix, + addresscodec.NewBech32Codec(params.Bech32PrefixAccAddr), + params.Bech32PrefixAccAddr, authority.String(), )