Skip to content

Commit b3d3304

Browse files
committed
f typo
1 parent ddb8ff9 commit b3d3304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2667,7 +2667,7 @@ impl<Signer: Sign, M: Deref, T: Deref, K: Deref, F: Deref, L: Deref> ChannelMana
26672667
}
26682668
}
26692669
if let Some((msg, commitment_signed)) = msgs {
2670-
log_debug!(self.logger, "Caliming funds for HTLC with preimage {} resulted in a commitment_signed for channel {}",
2670+
log_debug!(self.logger, "Claiming funds for HTLC with preimage {} resulted in a commitment_signed for channel {}",
26712671
log_bytes!(payment_preimage.0), log_bytes!(chan.get().channel_id()));
26722672
channel_state.pending_msg_events.push(events::MessageSendEvent::UpdateHTLCs {
26732673
node_id: chan.get().get_counterparty_node_id(),

0 commit comments

Comments
 (0)