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:
@@ -12,7 +12,8 @@ struct peer;
|
||||
|
||||
void peer_start_channeld(struct channel *channel,
|
||||
struct per_peer_state *pps,
|
||||
const u8 **fwd_msgs,
|
||||
const u8 *fwd_msg_1,
|
||||
const u8 *fwd_msg_2,
|
||||
bool reconnected);
|
||||
|
||||
/* Returns true if subd told, otherwise false. */
|
||||
|
||||
Reference in New Issue
Block a user