diff --git a/modules/upgrade/keep_test.go b/modules/upgrade/keep_test.go index 0d70b5cd2..20cbc1a10 100644 --- a/modules/upgrade/keep_test.go +++ b/modules/upgrade/keep_test.go @@ -139,7 +139,7 @@ func TestSetKVStoreKeylist(t *testing.T) { router.AddRoute("upgrade-0", []*sdk.KVStoreKey{sdk.NewKVStoreKey("upgrade")}, nil) subspace := paramKeeper.Subspace("Sig").WithTypeTable(params.NewTypeTable( - upgradeparams.CurrentUpgradeProposalIdParameter.GetStoreKey(), int64((0)), + upgradeparams.CurrentUpgradeProposalIdParameter.GetStoreKey(), uint64((0)), upgradeparams.ProposalAcceptHeightParameter.GetStoreKey(), int64(0), upgradeparams.SwitchPeriodParameter.GetStoreKey(), int64(0), ))