Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(levm): mcopy should resize to the biggest offset (#1558)
**Motivation** There is a bug in the `MCOPY` opcode, memory is not being resized to the correct value. **Description** The `memory::try_copy_within` function has two parameters `from_offset` and `to_offset`, when resizing the memory we now use the biggest of the two values.
- Loading branch information