Skip to content

Commit 3f28f49

Browse files
committed
f sp
1 parent 785b660 commit 3f28f49

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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> {

0 commit comments

Comments
 (0)