Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BOLT 2: fix battling requirements for
shutdown
The shutdown section says: ``` - MUST NOT send multiple `shutdown` messages. ``` But the reconnection section says: ``` - upon reconnection: - if it has sent a previous `shutdown`: - MUST retransmit `shutdown`. ``` So clearly, remove the former. Signed-off-by: Rusty Russell <[email protected]>
- Loading branch information