dual-fund: remove flag for option_anchor_outputs

It's assumed true
This commit is contained in:
niftynei
2020-09-15 20:18:40 -05:00
committed by Rusty Russell
parent 9af6e83393
commit 9c1675fcb9
5 changed files with 7 additions and 16 deletions

View File

@@ -1034,9 +1034,6 @@ void peer_start_dualopend(struct peer *peer,
uc->minimum_depth,
feerate_min(peer->ld, NULL),
feerate_max(peer->ld, NULL),
feature_negotiated(peer->ld->our_features,
peer->their_features,
OPT_ANCHOR_OUTPUTS),
send_msg);
subd_send_msg(uc->open_daemon, take(msg));
}