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
@@ -50,6 +50,7 @@ func Example() {
addresscodec.NewBech32Codec("cosmos"),
"cosmos",
authority,
nil,
)
// subspace is nil because we don't test params (which is legacy anyway)
@@ -141,6 +142,7 @@ func Example_oneModule() {
addresscodec.NewBech32Codec("cosmos"),
"cosmos",
authority,
nil,
)
// subspace is nil because we don't test params (which is legacy anyway)