mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
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.
This commit is contained in:
committed by
Rusty Russell
parent
5bbe3feee7
commit
0c487a61ba
@@ -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. */
|
* in limbo until we get all the parts, or we time them out. */
|
||||||
htlc_set_map_init(&ld->htlc_sets);
|
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
|
* book to hold all the entries (and trims as necessary), and multiple
|
||||||
* log objects which each can write into it, each with a unique
|
* log objects which each can write into it, each with a unique
|
||||||
* prefix. */
|
* prefix. */
|
||||||
|
|||||||
Reference in New Issue
Block a user