refactor(bank): move bank balances to use collections (#15327)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user