sample-conf: sync neutrino useragentversion with upstream
What changed, and why it matters
This commit only updates a commented-out example value in the sample configuration file so that it matches a newer default version from an upstream dependency. It is a documentation/sample-file maintenance change with no functional or security effect on running software.
No action required. This is a benign sample-file update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff changes one line in sample-lnd.conf, updating the commented example for neutrino.useragentversion from ‘0.12.0-beta’ to ‘0.16.2’. The line remains commented and is not live configuration. The change was made because an upstream neutrino bump altered the default version string, causing a sample-conf consistency check to fail. No code, defaults, or runtime behavior are modified.
Changed components
sample-lnd.confInspect captured patch +1 / −1
diff --git a/sample-lnd.conf b/sample-lnd.conf
index 018741c..933f76a 100644
--- a/sample-lnd.conf
+++ b/sample-lnd.conf
@@ -902,7 +902,7 @@
; neutrino.useragentname=neutrino
; Used to help identify ourselves to other bitcoin peers.
-; neutrino.useragentversion=0.12.0-beta
+; neutrino.useragentversion=0.16.2
; The amount of time to wait before giving up on a transaction broadcast attempt.
; Default:
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.