doc: document bwatch-poll-interval in lightningd-config.5
What changed, and why it matters
This commit only adds documentation for an existing configuration option called bwatch-poll-interval. It describes how long the bwatch plugin waits between checks for new blocks from bitcoind. There are no code changes and no security implications.
No action required; this is a documentation-only change with no security relevance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff adds a four-line entry to doc/lightningd-config.5.md documenting the bwatch-poll-interval option, which controls the polling interval (default 30000 ms) for the bwatch plugin’s block polling against bitcoind. No implementation, default value, or behavior was changed.
Changed components
doc/lightningd-config.5.mdInspect captured patch +4 / −0
diff --git a/doc/lightningd-config.5.md b/doc/lightningd-config.5.md
index 79d77fda..847a0757 100644
--- a/doc/lightningd-config.5.md
+++ b/doc/lightningd-config.5.md
@@ -579,6 +579,10 @@ command, so they invoices can also be paid onchain.
The *name* is an ISO-4217 name (e.g. USD), which will be passed to *currencyrate* to fetch the exchange rate for that currency on each bookkeeper event. Setting *name* to the empty string is equivalent not setting it.
+* **bwatch-poll-interval**=*MILLISECONDS* [plugin `bwatch`]
+
+ Delay between polls for new blocks from `bitcoind` (default: 30000).
+
### Networking options
Note that for simple setups, the implicit *autolisten* option does the
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.