Skip to content

Commit 1c9a342

Browse files
committed
f wording
1 parent e3a75ac commit 1c9a342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1846,7 +1846,7 @@ impl<Signer: WriteableEcdsaChannelSigner> ChannelMonitor<Signer> {
18461846
}
18471847

18481848
/// Gets the set of outbound HTLCs which are pending resolution in this channel or which were
1849-
/// resolved with a preimage by our counterparty.
1849+
/// resolved with a preimage from our counterparty.
18501850
/// This is used to reconstruct pending outbound payments on restart in the ChannelManager.
18511851
pub(crate) fn get_pending_or_resolved_outbound_htlcs(&self) -> HashMap<HTLCSource, (HTLCOutputInCommitment, Option<PaymentPreimage>)> {
18521852
let us = self.inner.lock().unwrap();

0 commit comments

Comments
 (0)