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
The specification states that TRO should panic if the amount ($rC) is zero but the implementation does not perform this validation. TR performs this validation.
The specification states that TRO should panic if the amount (
$rC
) is zero but the implementation does not perform this validation.TR
performs this validation.fuel-vm/fuel-vm/src/interpreter/contract.rs
Lines 290 to 367 in ae96189
Either update the specification, or add validation behavior. This should have a test case as well.
The text was updated successfully, but these errors were encountered: