mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-02 20:54:23 +01:00
patch dual-open-control-double-notify-fix.patch
This commit is contained in:
@@ -66,9 +66,9 @@ void channel_unsaved_close_conn(struct channel *channel, const char *why)
|
||||
" Disconnecting and deleting channel. Reason: %s",
|
||||
why);
|
||||
|
||||
notify_disconnect(channel->peer->ld, &channel->peer->id);
|
||||
channel_cleanup_commands(channel, why);
|
||||
|
||||
assert(channel->owner);
|
||||
channel_set_owner(channel, NULL);
|
||||
delete_channel(channel);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user