mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-20 22:34:21 +01:00
lightningd: rename --no-reconnect to --dev-no-reconnect.
It's a dev option. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
bd3480dc9c
commit
0600aac68f
@@ -66,9 +66,6 @@ struct config {
|
||||
/* How often to broadcast gossip (msec) */
|
||||
u32 broadcast_interval;
|
||||
|
||||
/* Disable automatic reconnects */
|
||||
bool no_reconnect;
|
||||
|
||||
/* Channel update interval */
|
||||
u32 channel_update_interval;
|
||||
|
||||
@@ -152,6 +149,9 @@ struct lightningd {
|
||||
|
||||
/* Things we've marked as not leaking. */
|
||||
const void **notleaks;
|
||||
|
||||
/* Disable automatic reconnects */
|
||||
bool no_reconnect;
|
||||
#endif /* DEVELOPER */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user