nit: lightningd.c: fix "Richard Stevens' advice"

See https://github.com/rustyrussell/ccan/pull/88

Changelog-None
This commit is contained in:
Jan Sarenik
2020-10-28 09:54:57 +01:00
committed by neil saitug
parent 90ad541cd2
commit 895722fd8a

View File

@@ -599,7 +599,7 @@ static void init_txfilter(struct wallet *w, struct txfilter *filter)
*
* But we define every path relative to our (~/.lightning) data dir, so we
* make sure we stay there. The rest of this is taken from ccan/daemonize,
* which was based on W. Richard Steven's advice in Programming in The Unix
* which was based on W. Richard Stevens' advice in Programming in The Unix
* Environment.
*/
static void complete_daemonize(struct lightningd *ld)