T-SwapPool : : Deposit
is missing deadline check causing transaction to complete after the deadlineThe
deposit` function accept the deadline as a parameter which according to the documentation is "the deadline for the transaction to be complete by" but this parameter is never used. As a consequence operations that add liquidity to the pool might be executed at unexpected time##Recommendations Should add a check for deadline as we defined condition in the modifier revertIfDeadlinePassed(deadline)
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.