From d56904db8039d4f49fed4a24a9740011f651fa81 Mon Sep 17 00:00:00 2001 From: Dustin Dettmer Date: Tue, 22 Feb 2022 17:15:41 -0600 Subject: [PATCH] channeld: Comment update for channeld Receiving gossip is now handled globally by connectd --- channeld/channeld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channeld/channeld.c b/channeld/channeld.c index e491a52e1..f47dc404e 100644 --- a/channeld/channeld.c +++ b/channeld/channeld.c @@ -1,6 +1,6 @@ /* Main channel operation daemon: runs from funding_locked to shutdown_complete. * - * We're fairly synchronous: our main loop looks for gossip, master or + * We're fairly synchronous: our main loop looks for master or * peer requests and services them synchronously. * * The exceptions are: