refactor(levm): opcode DIV
ilitteri opened this issue · 1 comments
ilitteri commented
There’s a redundant check that returns early if the divisor is 0. This is already handled in checked_div
.
damiramirez commented
Closed in #1398
ilitteri opened this issue · 1 comments
There’s a redundant check that returns early if the divisor is 0. This is already handled in checked_div
.
Closed in #1398