channel: Passing channel_flags through to channeld

This commit is contained in:
Christian Decker
2017-06-29 16:02:37 +02:00
committed by Rusty Russell
parent ac1172c7b0
commit 02aba77698
3 changed files with 8 additions and 2 deletions

View File

@@ -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. */