refactor(x/auth): auth module can recognize x/accounts account (#20002)

This commit is contained in:
son trinh
2024-04-11 09:56:37 +00:00
committed by GitHub
parent 1d2a795eaf
commit a0d727eebc
56 changed files with 295 additions and 21 deletions
+1
View File
@@ -18,6 +18,7 @@ import (
"github.com/stretchr/testify/suite"
"google.golang.org/grpc/codes"
_ "cosmossdk.io/x/accounts"
_ "cosmossdk.io/x/auth"
_ "cosmossdk.io/x/auth/tx/config"
_ "cosmossdk.io/x/bank"