Skip to content

Commit 62dcf01

Browse files
committed
f add note about timeout
1 parent 5f97735 commit 62dcf01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ pub struct ChannelManager<Signer: Sign, M: Deref, T: Deref, K: Deref, F: Deref,
451451
/// Storage for PaymentSecrets and any requirements on future inbound payments before we will
452452
/// expose them to users via a PaymentReceived event. HTLCs which do not meet the requirements
453453
/// here are failed when we process them as pending-forwardable-HTLCs, and entries are removed
454-
/// after we generate a PaymentReceived upon receipt of all MPP parts.
454+
/// after we generate a PaymentReceived upon receipt of all MPP parts or when they time out.
455455
/// Locked *after* channel_state.
456456
pending_inbound_payments: Mutex<HashMap<PaymentHash, PendingInboundPayment>>,
457457

0 commit comments

Comments
 (0)