Commit ca3ac7bd authored by Mark Tyneway's avatar Mark Tyneway

specs: add deposit tx gaslimit

parent 6350976a
...@@ -264,7 +264,7 @@ transaction are determined by the corresponding `TransactionDeposited` event emi ...@@ -264,7 +264,7 @@ transaction are determined by the corresponding `TransactionDeposited` event emi
- In case of a contract creation (cf. `isCreation`), this address is always zero. - In case of a contract creation (cf. `isCreation`), this address is always zero.
3. `mint` is set to the emitted value. 3. `mint` is set to the emitted value.
4. `value` is set to the emitted value. 4. `value` is set to the emitted value.
5. `gaslimit` is unchanged from the emitted value. 5. `gaslimit` is unchanged from the emitted value. It must be at least 21000.
6. `isCreation` is set to `true` if the transaction is a contract creation, `false` otherwise. 6. `isCreation` is set to `true` if the transaction is a contract creation, `false` otherwise.
7. `data` is unchanged from the emitted value. Depending on the value of `isCreation` it is handled 7. `data` is unchanged from the emitted value. Depending on the value of `isCreation` it is handled
as either calldata or contract initialization code. as either calldata or contract initialization code.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment