channeld: Comment update for channeld

Receiving gossip is now handled globally by connectd
This commit is contained in:
Dustin Dettmer 2022-02-22 17:15:41 -06:00 committed by Rusty Russell
parent 01f2ca4fe7
commit d56904db80

View File

@ -1,6 +1,6 @@
/* Main channel operation daemon: runs from funding_locked to shutdown_complete. /* 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. * peer requests and services them synchronously.
* *
* The exceptions are: * The exceptions are: