mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-05 07:14:36 +01:00
lightningd: remove over-zealous assert.
This was hit on my node. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -1007,7 +1007,6 @@ static void peer_connected_hook_final(struct peer_connected_hook_payload *payloa
|
||||
log_debug(channel->log, "Peer has reconnected, state %s: telling connectd to make active",
|
||||
channel_state_name(channel));
|
||||
|
||||
assert(!channel->owner);
|
||||
subd_send_msg(ld->connectd,
|
||||
take(towire_connectd_peer_make_active(NULL, &peer->id,
|
||||
&channel->cid)));
|
||||
|
||||
Reference in New Issue
Block a user