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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user