Skip to content

Commit 23400ec

Browse files
committed
f Drop unnecessary payment hash update for duplicates
1 parent 2a7c251 commit 23400ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/event.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,6 @@ where
447447
self.channel_manager.fail_htlc_backwards(&payment_hash);
448448

449449
let update = PaymentDetailsUpdate {
450-
hash: Some(Some(payment_hash)),
451450
status: Some(PaymentStatus::Failed),
452451
..PaymentDetailsUpdate::new(payment_id)
453452
};

0 commit comments

Comments
 (0)