Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(levm): copy return data if callframe reverts in generic_create (#…
…1544) **Motivation** If the callframe that performs contract creation ends with an opcode revert, we should copy the output to the sub_return_data of the current callframe. **Description** - Add a check if the result is revert because of VMError::RevertOpcode, we copy the output of the txreport to the current callframe sub_return_data
- Loading branch information