You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unnecessary type conversions are introduced in the VolumeImbalance contract. In the addImbalance
function, the argument uint currentBlock is passed and again cast to uint a few lines later. The same
applies to the int buyAmount argument.
The text was updated successfully, but these errors were encountered:
Unnecessary type conversions are introduced in the VolumeImbalance contract. In the addImbalance
function, the argument uint currentBlock is passed and again cast to uint a few lines later. The same
applies to the int buyAmount argument.
The text was updated successfully, but these errors were encountered: