mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
opening: pass two messages to channeld to send to peer
v2 of channel establishment, in the accpeter case, now sends 2 messages to our peer after saving the information to disk (our commitment signatures and our funding transaction signatures)
This commit is contained in:
@@ -981,7 +981,7 @@ peer_connected_hook_cb(struct peer_connected_hook_payload *payload STEALS,
|
||||
assert(!channel->owner);
|
||||
|
||||
channel->peer->addr = addr;
|
||||
peer_start_channeld(channel, payload->pps, NULL,
|
||||
peer_start_channeld(channel, payload->pps, NULL, NULL,
|
||||
true);
|
||||
tal_free(payload);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user