mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
cleanup: Remove IRC flags from default options
Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
@@ -298,9 +298,6 @@ static const struct config testnet_config = {
|
||||
/* Take 0.001% */
|
||||
.fee_per_satoshi = 10,
|
||||
|
||||
/* Discover new peers using IRC */
|
||||
.use_irc = true,
|
||||
|
||||
/* Don't ignore database version */
|
||||
.db_version_ignore = false,
|
||||
|
||||
@@ -362,9 +359,6 @@ static const struct config mainnet_config = {
|
||||
/* Take 0.001% */
|
||||
.fee_per_satoshi = 10,
|
||||
|
||||
/* Discover new peers using IRC */
|
||||
.use_irc = true,
|
||||
|
||||
/* Don't ignore database version */
|
||||
.db_version_ignore = false,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user