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
@@ -5,7 +5,7 @@ import (
sdkmath "cosmossdk.io/math"
"github.com/cosmos/cosmos-sdk/simsx"
"github.com/cosmos/cosmos-sdk/testutil/simsx"
"github.com/cosmos/cosmos-sdk/x/mint/types"
)