We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e231ce commit 5566260Copy full SHA for 5566260
CHANGELOG.md
@@ -46,8 +46,9 @@
46
* If a payment is sent, creating an outbound HTLC and sending it to our
47
counterparty (implying the `ChannelMonitor` was persisted on disk), but the
48
`ChannelManager` was not persisted prior to shutdown/crash, no
49
- `Event::PaymentPathFailed` event will be generated if the HTLC is eventually
50
- failed on chain (#1104).
+ `Event::PaymentPathFailed` event was be generated if the HTLC is eventually
+ failed on chain. Events are now consistent irrespective of `ChannelManager`
51
+ persistence or non-persistence (#1104).
52
53
## Serialization Compatibility
54
* All above new Events/fields are ignored by prior clients. All above new
0 commit comments