lightningd/connectd: remove --experimental-websocket-port

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-Removed: Config `experimental-websocket-port` (deprecated 23.08, EOL 24.02)
This commit is contained in:
Rusty Russell
2024-03-25 11:07:52 +10:30
parent 109b915d57
commit ba922f9160
11 changed files with 0 additions and 150 deletions

View File

@@ -271,7 +271,6 @@ static struct lightningd *new_lightningd(const tal_t *ctx)
ld->always_use_proxy = false;
ld->pure_tor_setup = false;
ld->tor_service_password = NULL;
ld->websocket_port = 0;
ld->deprecated_ok = true;
/*~ This is initialized later, but the plugin loop examines this,