diff options
author | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-12 00:51:14 +0800 |
---|---|---|
committer | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-12 00:51:14 +0800 |
commit | 4b0c3b29ae5b8807d7d244340a625c6144320df0 (patch) | |
tree | 739b22b571b8f20bc4c0f830d17fe6c6758db88f /StateTests/stPreCompiledContracts.json | |
parent | 63bcca7604dce4f912776f4e2e9954ceca02dfcf (diff) | |
download | dexon-tests-4b0c3b29ae5b8807d7d244340a625c6144320df0.tar dexon-tests-4b0c3b29ae5b8807d7d244340a625c6144320df0.tar.gz dexon-tests-4b0c3b29ae5b8807d7d244340a625c6144320df0.tar.bz2 dexon-tests-4b0c3b29ae5b8807d7d244340a625c6144320df0.tar.lz dexon-tests-4b0c3b29ae5b8807d7d244340a625c6144320df0.tar.xz dexon-tests-4b0c3b29ae5b8807d7d244340a625c6144320df0.tar.zst dexon-tests-4b0c3b29ae5b8807d7d244340a625c6144320df0.zip |
Fix gas cost for OOG calls
Diffstat (limited to 'StateTests/stPreCompiledContracts.json')
-rw-r--r-- | StateTests/stPreCompiledContracts.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/StateTests/stPreCompiledContracts.json b/StateTests/stPreCompiledContracts.json index df4b07ca7..aeeefdf35 100644 --- a/StateTests/stPreCompiledContracts.json +++ b/StateTests/stPreCompiledContracts.json @@ -159,14 +159,14 @@ } }, "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "776", + "balance" : "1275", "code" : "0x", "nonce" : "0", "storage" : { } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999999999899224", + "balance" : "999999999999898725", "code" : "0x", "nonce" : "1", "storage" : { @@ -829,14 +829,14 @@ } }, "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "835", + "balance" : "934", "code" : "0x", "nonce" : "0", "storage" : { } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999999999899165", + "balance" : "999999999999899066", "code" : "0x", "nonce" : "1", "storage" : { @@ -1298,14 +1298,14 @@ } }, "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "835", + "balance" : "934", "code" : "0x", "nonce" : "0", "storage" : { } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999999999899165", + "balance" : "999999999999899066", "code" : "0x", "nonce" : "1", "storage" : { |