chore: move counter to testutils (#20281)

This commit is contained in:
Marko
2024-05-06 16:07:53 +00:00
committed by GitHub
parent ccc04199bd
commit 271a46c89a
24 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -16,12 +16,12 @@ import (
codectestutil "github.com/cosmos/cosmos-sdk/codec/testutil"
cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types"
"github.com/cosmos/cosmos-sdk/testutil/x/counter"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/types/mempool"
moduletestutil "github.com/cosmos/cosmos-sdk/types/module/testutil"
simtypes "github.com/cosmos/cosmos-sdk/types/simulation"
txsigning "github.com/cosmos/cosmos-sdk/types/tx/signing"
"github.com/cosmos/cosmos-sdk/x/counter"
)
// testPubKey is a dummy implementation of PubKey used for testing.