From 04916575189ec2599ee37a9ef910c2a77f9468db Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Thu, 2 Nov 2023 12:08:57 +0100 Subject: [PATCH] fixup! added a long commentary on how the roa autoreload works --- nest/proto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nest/proto.c b/nest/proto.c index 3e5639f0..e569ab76 100644 --- a/nest/proto.c +++ b/nest/proto.c @@ -368,7 +368,7 @@ proto_remove_channels(struct proto *p) * auxiliary trie. Then we ping the settle timer to wait a reasonable amount of * time before actually requesting channel reload. * - * Settle timer fires when nothing has pinged it for the 'min' time or 'max' + * Settle timer fires when nothing has pinged it for the 'min' time, or 'max' * time has elapsed since the first ping. It then: * * - requests partial channel import / export reload based on the trie