From 45d80d92d72aa40a98734acb28bb13c5eb1fd870 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Sun, 5 Jun 2016 16:49:56 +0300 Subject: refill tests for 64blockgaslimit --- StateTests/stSpecialTest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'StateTests/stSpecialTest.json') diff --git a/StateTests/stSpecialTest.json b/StateTests/stSpecialTest.json index f9e8c49d2..9031b863e 100644 --- a/StateTests/stSpecialTest.json +++ b/StateTests/stSpecialTest.json @@ -189,7 +189,7 @@ "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x02b8feb0", - "currentGasLimit" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "currentGasLimit" : "0x7fffffffffffffff", "currentNumber" : "0x00", "currentTimestamp" : "0x01", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" @@ -218,7 +218,7 @@ }, "transaction" : { "data" : "", - "gasLimit" : "0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0b", + "gasLimit" : "0x7ffffffffffffffe", "gasPrice" : "0x01", "nonce" : "0x00", "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", -- cgit