We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a4669 commit 0ee53ceCopy full SHA for 0ee53ce
CHANGELOG.md
@@ -30,6 +30,9 @@
30
* `Event::PaymentSent` now includes the full fee which was spent across all
31
payment paths which were fulfilled or pending when the payment was fulfilled
32
(#1142).
33
+ * `Event::PaymentSent` and `Event::PaymentPathFailed` now include the
34
+ `PaymentId` which matches the `PaymentId` returned from
35
+ `ChannelManager::send_payment` or `InvoicePayer::pay_invoice` (#1059).
36
* `NetGraphMsgHandler` now takes a `Deref` to the `NetworkGraph`, allowing for
37
shared references to the graph data to make serialization and references to
38
the graph data in the `InvoicePayer`'s `Router` simpler (#1149).
0 commit comments