We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ba743 commit 5ea0c79Copy full SHA for 5ea0c79
lightning/src/ln/channelmanager.rs
@@ -414,7 +414,9 @@ pub(super) struct ChannelHolder<Signer: Sign> {
414
/// guarantees are made about the existence of a channel with the short id here, nor the short
415
/// ids in the PendingHTLCInfo!
416
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.
+ /// 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
+ ///
420
/// Note that while this is held in the same mutex as the channels themselves, no consistency
421
/// guarantees are made about the channels given here actually existing anymore by the time you
422
/// go to read them!
0 commit comments