The cancel
function incorrectly uses OperationAlreadyScheduled(id)
instead of OperationAlreadyExecuted(id)
, which could prevent legitimate cancellations.
if (_operations[id].executed) { revert OperationAlreadyExecuted(id); }
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.