Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(levm): clear sub_return_data in generic_call() (#1553)
**Motivation** Ensure the `sub_return_data` is cleared at the start of every `generic_call()` **Description** Added a step to clear the `sub_return_data` with empty bytes. This change prevents residual data from previous calls.
- Loading branch information