Skip to content

Commit 3300b06

Browse files
committed
EEI: gas must be the first parameter to call, callCode and delegateCall
1 parent 715f5f8 commit 3300b06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eth_interface.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ Sends a message with arbitrary date to a given address path
8989

9090
**Parameters**
9191

92+
- `gas` **integer** the gas limit
9293
- `addressOffset` **i32** the memory offset to load the address from
9394
- `valueOffset` **i32** the memory offset to load the value from
9495
- `dataOffset` **i32** the memory offset to load data from
9596
- `dataLength` **i32** the length of data
9697
- `resultOffset` **i32** the memory offset to store the result data at
9798
- `resultLength` **i32** the maximal length of result data
98-
- `gas` **integer** the gas limit
9999

100100
**Returns**
101101

@@ -135,13 +135,13 @@ data passed with the message call instruction or transaction.
135135

136136
**Parameters**
137137

138+
- `gas` **integer** the gas limit
138139
- `addressOffset` **i32** the memory offset to load the address from
139140
- `valueOffset` **i32** the memory offset to load the value from
140141
- `dataOffset` **i32** the memory offset to load data from
141142
- `dataLength` **i32** the length of data
142143
- `resultOffset` **i32** the memory offset to store the result data at
143144
- `resultLength` **i32** the maximal length of result data
144-
- `gas` **integer** the gas limit
145145

146146
**Returns**
147147

@@ -154,12 +154,12 @@ persisting the current values for sender and value.
154154

155155
**Parameters**
156156

157+
- `gas` **integer** the gas limit
157158
- `addressOffset` **i32** the memory offset to load the address from
158159
- `dataOffset` **i32** the memory offset to load data from
159160
- `dataLength` **i32** the length of data
160161
- `resultOffset` **i32** the memory offset to store the result data at
161162
- `resultLength` **i32** the maximal length of result data
162-
- `gas` **integer** the gas limit
163163

164164
**Returns**
165165

0 commit comments

Comments
 (0)