Skip to content

Commit 5a08eb6

Browse files
committed
f drop now-stale todo
1 parent 845b398 commit 5a08eb6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lightning/src/ln/outbound_payment.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2185,8 +2185,6 @@ impl OutboundPayments {
21852185
// This could potentially lead to removing a pending payment too early,
21862186
// with a reorg of one block causing us to re-add the fulfilled payment on
21872187
// restart.
2188-
// TODO: We should have a second monitor event that informs us of payments
2189-
// irrevocably fulfilled.
21902188
if payment.get_mut().remove(&session_priv_bytes, Some(&path)) {
21912189
let payment_hash = Some(PaymentHash(Sha256::hash(&payment_preimage.0).to_byte_array()));
21922190
pending_events.push_back((events::Event::PaymentPathSuccessful {

0 commit comments

Comments
 (0)