connectd: remove unused flag to connect_init.

We haven't announced websocket addresses for some time!

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2026-01-20 14:56:26 +10:30
parent ee0175b85f
commit bcce29eeb0
4 changed files with 0 additions and 6 deletions

View File

@@ -711,7 +711,6 @@ int connectd_init(struct lightningd *ld)
ld->tor_service_password ? ld->tor_service_password : "",
ld->config.connection_timeout_secs,
websocket_helper_path,
!ld->deprecated_ok,
ld->dev_fast_gossip,
ld->dev_disconnect_fd >= 0,
ld->dev_no_ping_timer,