Skip to content

Commit 5ea0c79

Browse files
committed
f docs
1 parent 23ba743 commit 5ea0c79

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lightning/src/ln/channelmanager.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,9 @@ pub(super) struct ChannelHolder<Signer: Sign> {
414414
/// guarantees are made about the existence of a channel with the short id here, nor the short
415415
/// ids in the PendingHTLCInfo!
416416
pub(super) forward_htlcs: HashMap<u64, Vec<HTLCForwardInfo>>,
417-
/// Map from payment hash to any HTLCs which are to us and can be failed/claimed by the user.
417+
/// Map from payment hash to the payment data and any HTLCs which are to us and can be
418+
/// failed/claimed by the user.
419+
///
418420
/// Note that while this is held in the same mutex as the channels themselves, no consistency
419421
/// guarantees are made about the channels given here actually existing anymore by the time you
420422
/// go to read them!

0 commit comments

Comments
 (0)