File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1828,9 +1828,10 @@ impl<Signer: Sign> ChannelMonitor<Signer> {
1828
1828
res
1829
1829
}
1830
1830
1831
- /// Gets the set of outbound HTLCs which can be resolved by this `ChannelMonitor`.
1832
- /// This is used to determine if an HTLC was removed from the channel prior to the
1833
- /// `ChannelManager` having been persisted.
1831
+ /// Gets the set of outbound HTLCs which can be (or have been) resolved by this
1832
+ /// `ChannelMonitor`. This is used to determine if an HTLC was removed from the channel prior
1833
+ /// to the `ChannelManager` having been persisted.
1834
+ ///
1834
1835
/// This is similar to [`Self::get_pending_outbound_htlcs`] except it includes HTLCs which were
1835
1836
/// resolved by this `ChannelMonitor`.
1836
1837
pub ( crate ) fn get_all_current_outbound_htlcs ( & self ) -> HashMap < HTLCSource , HTLCOutputInCommitment > {
You can’t perform that action at this time.
0 commit comments