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
When get_slot_at_time() on [this line] returns 0 (due to having requested timestamp in the present/past), there is a possibility for integer overflow. Encountered this when writing buyback test which depends on both #538#555 and I put in
When
get_slot_at_time()
on [this line] returns 0 (due to having requested timestamp in the present/past), there is a possibility for integer overflow. Encountered this when writing buyback test which depends on both #538 #555 and I put into document this fact. When the two constants have the same value, the second should be a no-op, but it throws an exception instead.
The text was updated successfully, but these errors were encountered: