diff options
author | Dimitry <dimitry@ethdev.com> | 2017-02-09 01:18:35 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethdev.com> | 2017-02-10 02:26:18 +0800 |
commit | 260e8aa302dbda4dd4a5aa905ce545a12eb4e618 (patch) | |
tree | 113c8e54ce286953c7b9a85d173836e9eb221a87 /GeneralStateTests/stAttackTest | |
parent | 4bedb7293024d1724993df23d2b20863fe24c782 (diff) | |
download | dexon-tests-260e8aa302dbda4dd4a5aa905ce545a12eb4e618.tar dexon-tests-260e8aa302dbda4dd4a5aa905ce545a12eb4e618.tar.gz dexon-tests-260e8aa302dbda4dd4a5aa905ce545a12eb4e618.tar.bz2 dexon-tests-260e8aa302dbda4dd4a5aa905ce545a12eb4e618.tar.lz dexon-tests-260e8aa302dbda4dd4a5aa905ce545a12eb4e618.tar.xz dexon-tests-260e8aa302dbda4dd4a5aa905ce545a12eb4e618.tar.zst dexon-tests-260e8aa302dbda4dd4a5aa905ce545a12eb4e618.zip |
refill general state tests
Diffstat (limited to 'GeneralStateTests/stAttackTest')
-rw-r--r-- | GeneralStateTests/stAttackTest/ContractCreationSpam.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/GeneralStateTests/stAttackTest/ContractCreationSpam.json b/GeneralStateTests/stAttackTest/ContractCreationSpam.json index b72d6f949..7dc80dd91 100644 --- a/GeneralStateTests/stAttackTest/ContractCreationSpam.json +++ b/GeneralStateTests/stAttackTest/ContractCreationSpam.json @@ -2,10 +2,10 @@ "ContractCreationSpam" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", + "currentDifficulty" : "0x20000", "currentGasLimit" : "0x174876e800", - "currentNumber" : "0x24f303", - "currentTimestamp" : "0x01", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "post" : { |