We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035c79c commit 5df4b62Copy full SHA for 5df4b62
CHANGELOG.md
@@ -24,6 +24,9 @@
24
longer be retryable via the LDK 0.0.114- `retry_payment` method (#2139).
25
* `Event::PaymentPathFailed::retry` was removed and will always be `None` for
26
payments initiated on 0.0.115 which fail on an earlier version (#2063).
27
+ * `Route`s and `PaymentParameters` with blinded path information will not be
28
+ readable on prior versions of LDK. Such objects are not currently constructed
29
+ by LDK, but may be when processing BOLT12 data in a coming release (#2146).
30
* Providing `ChannelMonitorUpdate`s generated by LDK 0.0.115 to a
31
`ChannelMonitor` on 0.0.114 or before may panic (#2059). Note that this is
32
in general unsupported, and included here only for completeness.
pending_changelog/2146.txt
0 commit comments