Browse Source

fix block number in test

cl-refactor
CJentzsch 10 years ago
parent
commit
a52d85c38d
  1. 2
      test/libethereum/StateTestsFiller/stSpecialTestFiller.json

2
test/libethereum/StateTestsFiller/stSpecialTestFiller.json

@ -271,7 +271,7 @@
"currentCoinbase" : "1cdc8315bdb1362de8b7b2fa9ee75dc873037179",
"currentDifficulty" : "21010229025",
"currentGasLimit" : "3141592",
"currentNumber" : "504780",
"currentNumber" : "504980",
"currentTimestamp" : 1,
"previousHash" : "9ff4de714e01da9f8b61992efdab9b51ca14ac42d43f4c24df1d002a1239b1e9"
},

Loading…
Cancel
Save