mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-21 08:04:26 +01:00
channel: Passing channel_flags through to channeld
This commit is contained in:
committed by
Rusty Russell
parent
ac1172c7b0
commit
02aba77698
@@ -1227,6 +1227,7 @@ static bool peer_start_channeld(struct peer *peer,
|
||||
&funding_channel_id,
|
||||
peer->reconnected,
|
||||
shutdown_scriptpubkey,
|
||||
peer->channel_flags,
|
||||
funding_signed);
|
||||
|
||||
/* We don't expect a response: we are triggered by funding_depth_cb. */
|
||||
|
||||
Reference in New Issue
Block a user