Browse Source

lightningd: Do not search for ourself in the daemon dir.

In preparation for putting our daemons into pkglibexecdir; lightningd
itself will be in bindir, separate from our subdaemons.
ppa-0.6.1
ZmnSCPxj 7 years ago
committed by Christian Decker
parent
commit
e717963210
  1. 1
      lightningd/lightningd.c

1
lightningd/lightningd.c

@ -71,7 +71,6 @@ static struct lightningd *new_lightningd(const tal_t *ctx,
}
static const char *daemons[] = {
"lightningd",
"lightning_channeld",
"lightning_closingd",
"lightning_gossipd",

Loading…
Cancel
Save