doc: fix end deprecation date of `max_htlc_value_in_flight_msat`.
What changed, and why it matters
This commit only corrects a typo in the documentation: the planned end-of-life version for a deprecated setting was listed as v26.06, but the actual code uses v26.03. There is no code change and no security impact.
No security action needed; this is a documentation-only correction.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The patch updates two JSON schema files to change the documented deprecation end version of max_htlc_value_in_flight_msat from v26.06 to v26.03, matching the implementation. No functional code is modified.
Changed components
contrib/msggen/msggen/schema.jsondoc/schemas/listpeerchannels.jsonInspect captured patch +2 / −2
diff --git a/contrib/msggen/msggen/schema.json b/contrib/msggen/msggen/schema.json
index c2201429..c6c8fc45 100644
--- a/contrib/msggen/msggen/schema.json
+++ b/contrib/msggen/msggen/schema.json
@@ -24404,7 +24404,7 @@
],
"deprecated": [
"v25.02",
- "v26.06"
+ "v26.03"
]
},
"their_max_htlc_value_in_flight_msat": {
diff --git a/doc/schemas/listpeerchannels.json b/doc/schemas/listpeerchannels.json
index de362424..95c49bb3 100644
--- a/doc/schemas/listpeerchannels.json
+++ b/doc/schemas/listpeerchannels.json
@@ -574,7 +574,7 @@
],
"deprecated": [
"v25.02",
- "v26.06"
+ "v26.03"
]
},
"their_max_htlc_value_in_flight_msat": {
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.