From 4b0c3b29ae5b8807d7d244340a625c6144320df0 Mon Sep 17 00:00:00 2001 From: Christoph Jentzsch Date: Tue, 11 Nov 2014 17:51:14 +0100 Subject: Fix gas cost for OOG calls --- StateTests/stPreCompiledContracts.json | 12 ++++++------ 1 file 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" : { -- cgit