Add zero address check for sender #1008
Labels
effort: medium
Default level of effort.
priority: 1
This is important. It should be dealt with shortly.
type: refactor
Change that neither fixes a bug nor adds a feature.
work: clear
Sense-categorize-respond. The relationship between cause and effect is clear.
There is no check if the sender is a zero address.
Anybody can accidentally set sender as zero address when creating the streams. Now because other functions such as cancel, renounce etc. are sender only, the stream creator would not be able to use them.
Thus, the task is to add zero address check for sender.
References
The text was updated successfully, but these errors were encountered: