Skip to content

Commit 4b0c3b2

Browse files
committed
Fix gas cost for OOG calls
1 parent 63bcca7 commit 4b0c3b2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

StateTests/stPreCompiledContracts.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,14 +159,14 @@
159159
}
160160
},
161161
"2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
162-
"balance" : "776",
162+
"balance" : "1275",
163163
"code" : "0x",
164164
"nonce" : "0",
165165
"storage" : {
166166
}
167167
},
168168
"a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
169-
"balance" : "999999999999899224",
169+
"balance" : "999999999999898725",
170170
"code" : "0x",
171171
"nonce" : "1",
172172
"storage" : {
@@ -829,14 +829,14 @@
829829
}
830830
},
831831
"2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
832-
"balance" : "835",
832+
"balance" : "934",
833833
"code" : "0x",
834834
"nonce" : "0",
835835
"storage" : {
836836
}
837837
},
838838
"a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
839-
"balance" : "999999999999899165",
839+
"balance" : "999999999999899066",
840840
"code" : "0x",
841841
"nonce" : "1",
842842
"storage" : {
@@ -1298,14 +1298,14 @@
12981298
}
12991299
},
13001300
"2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
1301-
"balance" : "835",
1301+
"balance" : "934",
13021302
"code" : "0x",
13031303
"nonce" : "0",
13041304
"storage" : {
13051305
}
13061306
},
13071307
"a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
1308-
"balance" : "999999999999899165",
1308+
"balance" : "999999999999899066",
13091309
"code" : "0x",
13101310
"nonce" : "1",
13111311
"storage" : {

0 commit comments

Comments
 (0)