Skip to content

Commit f3544e8

Browse files
committed
eth: remove error code 3 for eth_createAccessList
This method does not return an error when the contract reverts.
1 parent 9772380 commit f3544e8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/eth/execute.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,6 @@
9292
gasUsed:
9393
title: Gas used
9494
$ref: '#/components/schemas/uint'
95-
errors:
96-
- code: 3
97-
message: "execution reverted"
98-
data:
99-
title: "raw EVM revert data"
100-
$ref: "#/components/schemas/bytes"
10195
examples:
10296
- name: eth_createAccessList example
10397
params:
@@ -115,6 +109,7 @@
115109
storageKeys:
116110
- '0x0000000000000000000000000000000000000000000000000000000000000081'
117111
gasUsed: '0x125f8'
112+
118113
- name: eth_simulateV1
119114
summary: Executes a sequence of message calls building on each other's state without creating transactions on the block chain, optionally overriding block and state data
120115
params:

0 commit comments

Comments
 (0)