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
+1 -1
View File
@@ -173,7 +173,7 @@ func TestBaseApp_BlockGas(t *testing.T) {
require.Equal(t, []byte("ok"), okValue)
}
// check block gas is always consumed
baseGas := uint64(51732) // baseGas is the gas consumed before tx msg
baseGas := uint64(50702) // baseGas is the gas consumed before tx msg
expGasConsumed := addUint64Saturating(tc.gasToConsume, baseGas)
if expGasConsumed > txtypes.MaxGasWanted {
// capped by gasLimit