revert: bank change module to account change (#20427)

This commit is contained in:
Marko
2024-05-21 08:02:11 +00:00
committed by GitHub
parent 1f06f5bec6
commit c2f6c19aaf
7 changed files with 6 additions and 32 deletions
-1
View File
@@ -80,5 +80,4 @@ func bechify(t *testing.T, app *simapp.SimApp, addr []byte) string {
func fundAccount(t *testing.T, app *simapp.SimApp, ctx sdk.Context, addr sdk.AccAddress, amt string) {
require.NoError(t, testutil.FundAccount(ctx, app.BankKeeper, addr, coins(t, amt)))
}