PriorityPool::setQueueDepositParams function sets the minimum and maximum amount that can be deposited into strategies at once, however doesnt check _queueDepositMin < _queueDepositMax breaking invariant.
PriorityPool::setQueueDepositParams doesnt check _queueDepositMin < _queueDepositMax leading to potential contract incorrect behaviour
Breaking invariants could lead to potential contract incorrect behaviour
Manual Review
Implement a check to require queueDepositMin < queueDepositMax
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.