Skip to content

Commit a8c425a

Browse files
committed
f typo
1 parent ec8f4c1 commit a8c425a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/onchaintx.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ impl<ChannelSigner: Sign> OnchainTxHandler<ChannelSigner> {
378378
/// Formerly this was named `block_connected`, but it is now also used for claiming an HTLC output
379379
/// if we receive a preimage after force-close.
380380
/// `conf_height` represents the height at which the transactions in `txn_matched` were
381-
/// confirmed, this does not need to equal the current blockchain tip height, which should be
381+
/// confirmed. This does not need to equal the current blockchain tip height, which should be
382382
/// provided via `cur_height`.
383383
pub(crate) fn update_claims_view<B: Deref, F: Deref, L: Deref>(&mut self, txn_matched: &[&Transaction], requests: Vec<PackageTemplate>, conf_height: u32, cur_height: u32, broadcaster: &B, fee_estimator: &F, logger: &L)
384384
where B::Target: BroadcasterInterface,

0 commit comments

Comments
 (0)