Skip to content

Commit 03cbe8a

Browse files
committed
ld: Enable anchor outputs on liquid and liquid-regtest
1 parent c4061ec commit 03cbe8a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lightningd/options.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1787,13 +1787,6 @@ void handle_early_opts(struct lightningd *ld, int argc, char *argv[])
17871787
else
17881788
ld->config = mainnet_config;
17891789

1790-
/* No anchors if we're elements */
1791-
if (chainparams->is_elements) {
1792-
feature_set_sub(ld->our_features,
1793-
feature_set_for_feature(tmpctx,
1794-
OPTIONAL_FEATURE(OPT_ANCHORS_ZERO_FEE_HTLC_TX)));
1795-
}
1796-
17971790
/* Set the ln_port given from chainparams */
17981791
ld->config.ip_discovery_port = chainparams->ln_port;
17991792

0 commit comments

Comments
 (0)