sablier-labs / flow

🍃 Smart contracts of the Sablier Flow protocol.
Other
8 stars 0 forks source link

Remove `streamId` from `Errors` #163

Closed smol-ninja closed 4 months ago

smol-ninja commented 4 months ago

How do we decide which error should contain streamId?

Some of the errors contain streamId and some of them not. I failed to understand what determines that. IMO we should exclude streamId from errors since they are always part of the function's input data.

RFC @andreivladbrg.