mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 23:54:22 +01:00
routing: Wiring in the IRC peer discovery
Added a flag to disable the IRC discovery and calling the entrypoint to start the IRC client loop.
This commit is contained in:
@@ -56,6 +56,9 @@ struct config {
|
||||
|
||||
/* How long between changing commit and sending COMMIT message. */
|
||||
struct timerel commit_time;
|
||||
|
||||
/* Whether to enable IRC peer discovery. */
|
||||
bool use_irc;
|
||||
};
|
||||
|
||||
/* Here's where the global variables hide! */
|
||||
|
||||
Reference in New Issue
Block a user