Add helper function for checking if a channel is open #4152
Labels
04-channel
good first issue
Good for newcomers
type: code hygiene
Clean up code but without changing functionality or interfaces
Similary as for #3466, create an
IsOpen
function in theChannel
type that does the open check:And use it everywhere where we check if the channel is open or not.
The text was updated successfully, but these errors were encountered: