Browse Source

lightningd: fix formatting in comment

Changelog-None
travis-debug
Vasil Dimov 5 years ago
committed by Christian Decker
parent
commit
742d764001
  1. 6
      lightningd/plugin.c

6
lightningd/plugin.c

@ -14,12 +14,12 @@
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/types.h> #include <sys/types.h>
/* How many seconds may the plugin take to reply to the `getmanifest /* How many seconds may the plugin take to reply to the `getmanifest`
* call`? This is the maximum delay to `lightningd --help` and until * call? This is the maximum delay to `lightningd --help` and until
* we can start the main `io_loop` to communicate with peers. If this * we can start the main `io_loop` to communicate with peers. If this
* hangs we can't do much, so we put an upper bound on the time we're * hangs we can't do much, so we put an upper bound on the time we're
* willing to wait. Plugins shouldn't do any initialization in the * willing to wait. Plugins shouldn't do any initialization in the
* `getmanifest` call anyway, that's what `init `is for. */ * `getmanifest` call anyway, that's what `init` is for. */
#define PLUGIN_MANIFEST_TIMEOUT 60 #define PLUGIN_MANIFEST_TIMEOUT 60
#if DEVELOPER #if DEVELOPER

Loading…
Cancel
Save