mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 15:44:21 +01:00
openingd: update to BOLT with htlckey.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
fc05779f78
commit
46f2e17905
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user