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:
@@ -625,6 +625,7 @@ enum watch_result onchaind_funding_spent(struct channel *channel,
|
||||
channel->max_possible_feerate,
|
||||
channel->future_per_commitment_point,
|
||||
channel->option_static_remotekey,
|
||||
channel->option_anchor_outputs,
|
||||
is_replay);
|
||||
subd_send_msg(channel->owner, take(msg));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user