From 0c487a61ba2d6e45d94bd7037173772c1c3b397c Mon Sep 17 00:00:00 2001 From: Anand Suresh Date: Wed, 15 Dec 2021 21:18:54 -0800 Subject: [PATCH] Fix comment to reflect the code The comment mentions a 100MB log book, but the code was modified 15 months ago to allocate a 10MB log book to preserve memory. --- lightningd/lightningd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightningd/lightningd.c b/lightningd/lightningd.c index f406e68d0..9c0d120a6 100644 --- a/lightningd/lightningd.c +++ b/lightningd/lightningd.c @@ -170,7 +170,7 @@ static struct lightningd *new_lightningd(const tal_t *ctx) * in limbo until we get all the parts, or we time them out. */ htlc_set_map_init(&ld->htlc_sets); - /*~ We have a multi-entry log-book infrastructure: we define a 100MB log + /*~ We have a multi-entry log-book infrastructure: we define a 10MB log * book to hold all the entries (and trims as necessary), and multiple * log objects which each can write into it, each with a unique * prefix. */