Commit 88ed9571 authored by Luca Donno's avatar Luca Donno Committed by GitHub

fix: typo

parent 79e4aa45
...@@ -149,7 +149,7 @@ The deposit transaction is processed exactly like a type-3 (EIP-1559) transactio ...@@ -149,7 +149,7 @@ The deposit transaction is processed exactly like a type-3 (EIP-1559) transactio
- No fee fields are verified: the deposit does not have any, as it pays for gas on L1. - No fee fields are verified: the deposit does not have any, as it pays for gas on L1.
- No `nonce` field is verified: the deposit does not have any, it's uniquely identified by its `sourceHash`. - No `nonce` field is verified: the deposit does not have any, it's uniquely identified by its `sourceHash`.
- No access-list is processed: the deposit has no access-list, and it is thus processed as if the access-list is empty. - No access-list is processed: the deposit has no access-list, and it is thus processed as if the access-list is empty.
- No check if `from` is an Externally Owner Account (EOA): the deposit is ensured not to be an EAO through L1 address - No check if `from` is an Externally Owner Account (EOA): the deposit is ensured not to be an EOA through L1 address
masking, this may change in future L1 contract-deployments to e.g. enable an account-abstraction like mechanism. masking, this may change in future L1 contract-deployments to e.g. enable an account-abstraction like mechanism.
- Before the Regolith upgrade: - Before the Regolith upgrade:
- The execution output states a non-standard gas usage: - The execution output states a non-standard gas usage:
......
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