File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
missing support for blinded path payments (#1927 , #1908 , #1926 ).
23
23
* A ` lightning-custom-message ` crate has been added to make combining multiple
24
24
custom messages into one enum/handler easier (#1832 ).
25
- * ` Event::PaymentPathFailure ` is now generated for failure to send an HTLC
25
+ * ` Event::PaymentPathFailed ` is now generated for failure to send an HTLC
26
26
over the first hop on our local channel (#2014 , #2043 ).
27
27
* ` lightning-net-tokio ` no longer requires an ` Arc ` on ` PeerManager ` (#1968 ).
28
28
* ` ChannelManager::list_recent_payments ` was added (#1873 ).
40
40
if you downgrade prior to receipt (#1878 ).
41
41
* ` Event::PaymentPathFailed::network_update ` will always be ` None ` if an
42
42
0.0.114-generated event is read by a prior version of LDK (#2043 ).
43
- * ` Event::PaymentPathFailed::all_paths_removed ` will always be false if an
43
+ * ` Event::PaymentPathFailed::all_paths_failed ` will always be false if an
44
44
0.0.114-generated event is read by a prior version of LDK. Users who rely on
45
45
it to determine payment retries should migrate to ` Event::PaymentFailed ` , in
46
46
a separate release prior to upgrading to LDK 0.0.114 if downgrading is
You can’t perform that action at this time.
0 commit comments