refactor(bank): move bank balances to use collections (#15327)

This commit is contained in:
testinginprod
2023-04-11 13:06:04 +00:00
committed by GitHub
parent 3d1a0b8840
commit 7ab0dfc494
28 changed files with 230 additions and 354 deletions
@@ -478,5 +478,5 @@ func TestGRPCDenomOwners(t *testing.T) {
req := &banktypes.QueryDenomOwnersRequest{
Denom: coin1.GetDenom(),
}
testdata.DeterministicIterations(f.ctx, t, req, f.queryClient.DenomOwners, 2525, false)
testdata.DeterministicIterations(f.ctx, t, req, f.queryClient.DenomOwners, 2516, false)
}