mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-08 15:44:19 +01:00
lightningd: update daemon list.
This is used to check that versions are correct on startup. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -139,9 +139,11 @@ static struct lightningd *new_lightningd(const tal_t *ctx)
|
||||
|
||||
static const char *daemons[] = {
|
||||
"lightningd",
|
||||
"lightningd_hsm",
|
||||
"lightningd_handshake",
|
||||
"lightningd_channel",
|
||||
"lightningd_closing",
|
||||
"lightningd_gossip",
|
||||
"lightningd_handshake",
|
||||
"lightningd_hsm",
|
||||
"lightningd_opening"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user