Handle UNPARKING state in Receiver::drop() (#60) #93
git-commit-message-style.yml
on: push
Check commit message style
2s
Annotations
1 error
Check commit message style
The message 1 is invalid:
* The line 3 of the message (line 1 of the body) exceeds the limit of 72 characters. The line contains 81 characters: "Fixes panic that could occur due to not handling this (short lived) channel state". Please reformat the body so that all the lines fit 72 characters.
The original message was:
Handle UNPARKING state in Receiver::drop() (#60)
Fixes panic that could occur due to not handling this (short lived) channel state
|