mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
build: remove --enable-experimental-features / EXPERIMENTAL_FEATURES
Changelog-EXPERIMENTAL: Build: all experimental features are now runtime-enabled; no more ./configure --enable-experimental-features Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -864,7 +864,7 @@ static const struct config testnet_config = {
|
||||
/* 1 minute should be enough for anyone! */
|
||||
.connection_timeout_secs = 60,
|
||||
|
||||
.exp_offers = IFEXPERIMENTAL(true, false),
|
||||
.exp_offers = false,
|
||||
|
||||
.allowdustreserve = false,
|
||||
|
||||
@@ -938,7 +938,7 @@ static const struct config mainnet_config = {
|
||||
/* 1 minute should be enough for anyone! */
|
||||
.connection_timeout_secs = 60,
|
||||
|
||||
.exp_offers = IFEXPERIMENTAL(true, false),
|
||||
.exp_offers = false,
|
||||
|
||||
.allowdustreserve = false,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user