diff options
author | Dimitry <winsvega@mail.ru> | 2016-10-15 03:02:21 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2016-10-19 19:15:09 +0800 |
commit | 1ae6d457d6ddb5ea7fba73c7be14f34eb06a01b3 (patch) | |
tree | 74f3446008f7d496d7496738357251215e028928 /StateTests/stSystemOperationsTest.json | |
parent | 6b70868317af4ccedb03cd13280f9be4e6cf2868 (diff) | |
download | dexon-tests-1ae6d457d6ddb5ea7fba73c7be14f34eb06a01b3.tar dexon-tests-1ae6d457d6ddb5ea7fba73c7be14f34eb06a01b3.tar.gz dexon-tests-1ae6d457d6ddb5ea7fba73c7be14f34eb06a01b3.tar.bz2 dexon-tests-1ae6d457d6ddb5ea7fba73c7be14f34eb06a01b3.tar.lz dexon-tests-1ae6d457d6ddb5ea7fba73c7be14f34eb06a01b3.tar.xz dexon-tests-1ae6d457d6ddb5ea7fba73c7be14f34eb06a01b3.tar.zst dexon-tests-1ae6d457d6ddb5ea7fba73c7be14f34eb06a01b3.zip |
fix wrong block number in state tests
Diffstat (limited to 'StateTests/stSystemOperationsTest.json')
-rw-r--r-- | StateTests/stSystemOperationsTest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StateTests/stSystemOperationsTest.json b/StateTests/stSystemOperationsTest.json index 3f81cc043..051442b52 100644 --- a/StateTests/stSystemOperationsTest.json +++ b/StateTests/stSystemOperationsTest.json @@ -18019,7 +18019,7 @@ "currentCoinbase" : "4401fcaf7d64d53fb1cfc5c9045c32aa919a8c82", "currentDifficulty" : "0x7fb7d889155ce8c6", "currentGasLimit" : "0x58272e28", - "currentNumber" : "0x7608d138", + "currentNumber" : "0x00", "currentTimestamp" : "0xa4befad141d51c4f", "previousHash" : "d30f77155de00f207ad60109897e790f73e9f3431be25717bf3651d91949f041" }, |