doc: fix end deprecation date of max_htlc_value_in_flight_msat.

The code had this as 26.03, but the documentation said 26.06.  The
usual deprecation period is a year, so I'm changing the documentation.
Unfortunately the documentation (fe4d5036c2) was updated separately
from the code (afb54ff8e8), so this wasn't obvious at the time!

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2026-01-20 11:00:03 +10:30
parent 9081499b0e
commit 3af6fd2f30
2 changed files with 2 additions and 2 deletions

View File

@@ -24404,7 +24404,7 @@
],
"deprecated": [
"v25.02",
"v26.06"
"v26.03"
]
},
"their_max_htlc_value_in_flight_msat": {

View File

@@ -574,7 +574,7 @@
],
"deprecated": [
"v25.02",
"v26.06"
"v26.03"
]
},
"their_max_htlc_value_in_flight_msat": {