We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5566260 commit c5a4669Copy full SHA for c5a4669
CHANGELOG.md
@@ -43,10 +43,10 @@
43
a while to receive a pong from them. Further, we avoid sending too many
44
gossip messages between pings to ensure we should always receive pongs in a
45
timely manner (#1137).
46
- * If a payment is sent, creating an outbound HTLC and sending it to our
+ * If a payment was 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 was be generated if the HTLC is eventually
+ `Event::PaymentPathFailed` event was generated if the HTLC is eventually
50
failed on chain. Events are now consistent irrespective of `ChannelManager`
51
persistence or non-persistence (#1104).
52
0 commit comments