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:
@@ -574,7 +574,7 @@
|
||||
],
|
||||
"deprecated": [
|
||||
"v25.02",
|
||||
"v26.06"
|
||||
"v26.03"
|
||||
]
|
||||
},
|
||||
"their_max_htlc_value_in_flight_msat": {
|
||||
|
||||
Reference in New Issue
Block a user