chore: move counter to testutils (#20281)
This commit is contained in:
@@ -19,8 +19,8 @@ import (
|
||||
"github.com/cosmos/cosmos-sdk/codec"
|
||||
"github.com/cosmos/cosmos-sdk/codec/types"
|
||||
"github.com/cosmos/cosmos-sdk/testutil/testdata"
|
||||
countertypes "github.com/cosmos/cosmos-sdk/testutil/x/counter/types"
|
||||
sdk "github.com/cosmos/cosmos-sdk/types"
|
||||
countertypes "github.com/cosmos/cosmos-sdk/x/counter/types"
|
||||
)
|
||||
|
||||
func createTestInterfaceRegistry() types.InterfaceRegistry {
|
||||
|
||||
Reference in New Issue
Block a user