https://github.com/Cyfrin/2024-10-sablier/blob/main/src/SablierFlow.sol#L468
the covereddeptof(streamid) dot not cover for dept when the balance is equal to the total dept
in this logic below the balance is supposed to be less than or equal to total dept to be able to cover the dept
this logic error could make recipient not to be able to withdraw up to the expected withdrawable amount
manaul review
if (balance <= totalDebt)
{
return balance;
}
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.