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 845b398 commit 5a08eb6Copy full SHA for 5a08eb6
lightning/src/ln/outbound_payment.rs
@@ -2185,8 +2185,6 @@ impl OutboundPayments {
2185
// This could potentially lead to removing a pending payment too early,
2186
// with a reorg of one block causing us to re-add the fulfilled payment on
2187
// restart.
2188
- // TODO: We should have a second monitor event that informs us of payments
2189
- // irrevocably fulfilled.
2190
if payment.get_mut().remove(&session_priv_bytes, Some(&path)) {
2191
let payment_hash = Some(PaymentHash(Sha256::hash(&payment_preimage.0).to_byte_array()));
2192
pending_events.push_back((events::Event::PaymentPathSuccessful {
0 commit comments