diff --git a/state/executor_test.go b/state/executor_test.go index e88577b3a6..c236c44c43 100644 --- a/state/executor_test.go +++ b/state/executor_test.go @@ -199,7 +199,7 @@ func TestExecutor_apply_FeeDistribution(t *testing.T) { } if txType == types.StateTx { - tx.Gas = 7000000 + tx.Gas = 6000000 } return tx @@ -325,7 +325,7 @@ func TestExecutor_apply_SystemAddrBalanceInject(t *testing.T) { Value: value, Type: txType, GasPrice: big.NewInt(0), - Gas: 7000000, + Gas: 6000000, To: to, Nonce: nonce, } @@ -398,7 +398,7 @@ func TestExecutor_Apply(t *testing.T) { Value: value, Type: txType, GasPrice: big.NewInt(0), - Gas: 7000000, + Gas: 6000000, To: toRevert, Nonce: 0, Input: input, @@ -415,7 +415,7 @@ func TestExecutor_Apply(t *testing.T) { Value: value, Type: txType, GasPrice: big.NewInt(0), - Gas: 7000000, + Gas: 6000000, To: &to, Nonce: 1, },