File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 missing support for blinded path payments (#1927 , #1908 , #1926 ).
2323 * A ` lightning-custom-message ` crate has been added to make combining multiple
2424 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
2626 over the first hop on our local channel (#2014 , #2043 ).
2727 * ` lightning-net-tokio ` no longer requires an ` Arc ` on ` PeerManager ` (#1968 ).
2828 * ` ChannelManager::list_recent_payments ` was added (#1873 ).
4040 if you downgrade prior to receipt (#1878 ).
4141 * ` Event::PaymentPathFailed::network_update ` will always be ` None ` if an
4242 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
4444 0.0.114-generated event is read by a prior version of LDK. Users who rely on
4545 it to determine payment retries should migrate to ` Event::PaymentFailed ` , in
4646 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