mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 07:34:24 +01:00
channeld: use explicit --experimental-upgrade flag, not #ifdef EXPERIMENTAL_FEATURES
And no longer insist on opt_quiesce. Changelog-EXPERIMENTAL: Config: `--experimental-upgrade-protocol` enables simple channel upgrades. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -360,6 +360,9 @@ struct lightningd {
|
||||
|
||||
/* EXPERIMENTAL: websocket port if non-zero */
|
||||
u16 websocket_port;
|
||||
|
||||
/* --experimental-upgrade-protocol */
|
||||
bool experimental_upgrade_protocol;
|
||||
};
|
||||
|
||||
/* Turning this on allows a tal allocation to return NULL, rather than aborting.
|
||||
|
||||
Reference in New Issue
Block a user