Skip to content

Commit cc75897

Browse files
authored
integration: debug_trace* fix gas cost in case out of gas (#516)
* fix gasCost in case of outOfGas in call * fix gasCost in case of outOfGas in call * fix gasCost in case of outOfGas in call * fix gasCost in case of outOfGas in call
1 parent 187f8ce commit cc75897

File tree

12 files changed

+15802
-5
lines changed

12 files changed

+15802
-5
lines changed
13 Bytes
Binary file not shown.
-7 Bytes
Binary file not shown.
12 Bytes
Binary file not shown.
-19 Bytes
Binary file not shown.

integration/mainnet/debug_traceTransaction/test_134.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2027,7 +2027,7 @@
20272027
"depth": 1,
20282028
"error": "out of gas",
20292029
"gas": 4942,
2030-
"gasCost": 10700,
2030+
"gasCost": 700,
20312031
"op": "CALL",
20322032
"pc": 152
20332033
}

0 commit comments

Comments
 (0)