Issue and Steps to Reproduce
When a channel is closed unilaterally the channel changes the state to AWAITING_UNERLATERAL two times, which means
the second time the channel is already in that state.
This was discovered when implementing tests for #4020
See 160c564 for the 'fix' to suppress the duplicated event notification.
Issue and Steps to Reproduce
When a channel is closed unilaterally the channel changes the state to AWAITING_UNERLATERAL two times, which means
the second time the channel is already in that state.
This was discovered when implementing tests for #4020
See 160c564 for the 'fix' to suppress the duplicated event notification.