Skip to content

Commit

Permalink
Fix gas cost for OOG calls
Browse files Browse the repository at this point in the history
  • Loading branch information
CJentzsch committed Nov 11, 2014
1 parent 63bcca7 commit 4b0c3b2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions StateTests/stPreCompiledContracts.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,14 @@
}
},
"2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
"balance" : "776",
"balance" : "1275",
"code" : "0x",
"nonce" : "0",
"storage" : {
}
},
"a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "999999999999899224",
"balance" : "999999999999898725",
"code" : "0x",
"nonce" : "1",
"storage" : {
Expand Down Expand Up @@ -829,14 +829,14 @@
}
},
"2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
"balance" : "835",
"balance" : "934",
"code" : "0x",
"nonce" : "0",
"storage" : {
}
},
"a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "999999999999899165",
"balance" : "999999999999899066",
"code" : "0x",
"nonce" : "1",
"storage" : {
Expand Down Expand Up @@ -1298,14 +1298,14 @@
}
},
"2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
"balance" : "835",
"balance" : "934",
"code" : "0x",
"nonce" : "0",
"storage" : {
}
},
"a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "999999999999899165",
"balance" : "999999999999899066",
"code" : "0x",
"nonce" : "1",
"storage" : {
Expand Down

0 comments on commit 4b0c3b2

Please sign in to comment.