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> {
18281828 res
18291829 }
18301830
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+ ///
18341835 /// This is similar to [`Self::get_pending_outbound_htlcs`] except it includes HTLCs which were
18351836 /// resolved by this `ChannelMonitor`.
18361837 pub ( crate ) fn get_all_current_outbound_htlcs ( & self ) -> HashMap < HTLCSource , HTLCOutputInCommitment > {
You can’t perform that action at this time.
0 commit comments