refactor(x/auth): Fix system test (#20531)

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
son trinh
2024-06-12 07:02:12 +00:00
committed by GitHub
co-authored by coderabbitai[bot]
parent 05ff7a7cb7
commit 021ab6dcc2
13 changed files with 154 additions and 45 deletions
+1
View File
@@ -4,6 +4,7 @@ import (
"github.com/cometbft/cometbft/crypto/sr25519"
"cosmossdk.io/core/legacy"
bls12_381 "github.com/cosmos/cosmos-sdk/crypto/keys/bls12_381"
"github.com/cosmos/cosmos-sdk/crypto/keys/ed25519"
kmultisig "github.com/cosmos/cosmos-sdk/crypto/keys/multisig"
+1
View File
@@ -6,6 +6,7 @@ import (
"github.com/cometbft/cometbft/crypto/encoding"
"cosmossdk.io/errors"
bls12_381 "github.com/cosmos/cosmos-sdk/crypto/keys/bls12_381"
"github.com/cosmos/cosmos-sdk/crypto/keys/ed25519"
"github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1"