openingd: update to BOLT with htlckey.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2017-11-15 19:55:19 +10:30
committed by Christian Decker
parent fc05779f78
commit 46f2e17905
4 changed files with 19 additions and 10 deletions

View File

@@ -442,7 +442,8 @@ static bool extract_channel_id(const u8 *in_pkt, struct channel_id *channel_id)
&ignored_u16, &ignored_u16,
&ignored_pubkey, &ignored_pubkey,
&ignored_pubkey, &ignored_pubkey,
&ignored_pubkey, &ignored_u8))
&ignored_pubkey, &ignored_pubkey,
&ignored_u8))
return true;
return false;
}