chore: move simsx to testutil (#24481)

This commit is contained in:
Alex | Interchain Labs
2025-04-14 17:30:59 +00:00
committed by GitHub
parent c5cbda08f2
commit b55b9e14fb
45 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"cosmossdk.io/math"
cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types"
"github.com/cosmos/cosmos-sdk/simsx"
"github.com/cosmos/cosmos-sdk/testutil/simsx"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/x/staking/keeper"
"github.com/cosmos/cosmos-sdk/x/staking/types"