mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
openingd: remember if we negotiated option_anchor_outputs, to put in the db.
And hand it through to channeld just like option_static_remotekey. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -575,6 +575,7 @@ void peer_start_channeld(struct channel *channel,
|
||||
/* Set at channel open, even if not
|
||||
* negotiated now! */
|
||||
channel->option_static_remotekey,
|
||||
channel->option_anchor_outputs,
|
||||
IFDEV(ld->dev_fast_gossip, false),
|
||||
IFDEV(dev_fail_process_onionpacket, false),
|
||||
pbases);
|
||||
|
||||
Reference in New Issue
Block a user