lambdaclass/ethrex

refactor(levm): opcode DIV

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