mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 20:09:18 +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:
parent
a326ea8bb2
commit
151d009435
1 changed files with 0 additions and 1 deletions
|
@ -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)));
|
||||
|
|
Loading…
Add table
Reference in a new issue