Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: simplify
v4_base_actions_parser::parse_calldata
Streamlined the `parse_calldata` function by using an iterator chain and collection method, reducing the need for manual looping and vector management. This change enhances readability and maintains the same functionality.
- Loading branch information