File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -414,7 +414,9 @@ pub(super) struct ChannelHolder<Signer: Sign> {
414
414
/// guarantees are made about the existence of a channel with the short id here, nor the short
415
415
/// ids in the PendingHTLCInfo!
416
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.
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
+ ///
418
420
/// Note that while this is held in the same mutex as the channels themselves, no consistency
419
421
/// guarantees are made about the channels given here actually existing anymore by the time you
420
422
/// go to read them!
You can’t perform that action at this time.
0 commit comments