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 43
43
a while to receive a pong from them. Further, we avoid sending too many
44
44
gossip messages between pings to ensure we should always receive pongs in a
45
45
timely manner (#1137 ).
46
- * If a payment is sent, creating an outbound HTLC and sending it to our
46
+ * If a payment was sent, creating an outbound HTLC and sending it to our
47
47
counterparty (implying the ` ChannelMonitor ` was persisted on disk), but the
48
48
` ChannelManager ` was not persisted prior to shutdown/crash, no
49
- ` Event::PaymentPathFailed ` event was be generated if the HTLC is eventually
49
+ ` Event::PaymentPathFailed ` event was generated if the HTLC is eventually
50
50
failed on chain. Events are now consistent irrespective of ` ChannelManager `
51
51
persistence or non-persistence (#1104 ).
52
52
You can’t perform that action at this time.
0 commit comments