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

@@ -391,9 +391,6 @@ struct lightningd {
* since we otherwise would outright reject them. */
u64 *accept_extra_tlv_types;
/* EXPERIMENTAL: websocket port if non-zero */
u16 websocket_port;
/* --experimental-upgrade-protocol */
bool experimental_upgrade_protocol;