Skip to content

Commit ca3ac7b

Browse files
committed
specs: add deposit tx gaslimit
1 parent 6350976 commit ca3ac7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/deposits.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ transaction are determined by the corresponding `TransactionDeposited` event emi
264264
- In case of a contract creation (cf. `isCreation`), this address is always zero.
265265
3. `mint` is set to the emitted value.
266266
4. `value` is set to the emitted value.
267-
5. `gaslimit` is unchanged from the emitted value.
267+
5. `gaslimit` is unchanged from the emitted value. It must be at least 21000.
268268
6. `isCreation` is set to `true` if the transaction is a contract creation, `false` otherwise.
269269
7. `data` is unchanged from the emitted value. Depending on the value of `isCreation` it is handled
270270
as either calldata or contract initialization code.

0 commit comments

Comments
 (0)