Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix typo
  • Loading branch information
h3lio5 authored Mar 20, 2024
commit 0c970b84d4c2cdfc205591f833b45ab6c32dfefd
2 changes: 1 addition & 1 deletion documentation/src/crates/revm/handler.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ They are called in the following order:
* `validate_env`:
Verifies if all data is set in `Environment` and if valid, for example if `gas_limit` is smaller than block `gas_limit`.
* `validate_initial_tx_gas`:
Calculates initial gas needed for the transaction to be executed and checks if it is less them the transaction gas_limit.
Calculates initial gas needed for the transaction to be executed and checks if it is less than the transaction gas_limit.
Note that this does not touch the `Database` or state.
* `validate_tx_against_state`:
Loads the caller account and checks their information.
Expand Down