From c0ac2f9c2e6b4268157e18a5756361d94a95200f Mon Sep 17 00:00:00 2001 From: caseylove Date: Fri, 10 Jan 2025 12:26:46 +0800 Subject: [PATCH] update missing replacement --- x/feegrant/migrations/v2/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/feegrant/migrations/v2/store.go b/x/feegrant/migrations/v2/store.go index 93551a4ed99e..4643fc4441f2 100644 --- a/x/feegrant/migrations/v2/store.go +++ b/x/feegrant/migrations/v2/store.go @@ -4,11 +4,11 @@ import ( "context" "cosmossdk.io/core/appmodule" + "cosmossdk.io/core/codec" "cosmossdk.io/core/store" "cosmossdk.io/store/prefix" "cosmossdk.io/x/feegrant" - "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/runtime" )