All the public view functions in SablierFlowBase.sol
use the notNull
modifier to ensure that they revert when called for a non-existent stream.
For example:
However, the isStream()
function is missing this modifier, so will return false
instead:
context:SablierFlowBase.sol#L178-L181
This contradicts the natspec
, which says:
context: ISablierFlowBase.sol#L117-L120
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.