Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bolt2: disallow sending multiple
shutdown
msg (#977)
The rationale for this is to avoid bad cases like the following one which was previously allowed: * sender -> shutdown(script_one) -> receiver * sender -> shutdown(script_two) -> receiver * sender <- shutdown(script_one) <- receiver Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
- Loading branch information