Skip to content

Commit 905ef44

Browse files
committed
f remove uneccessary change
1 parent 5b51a3a commit 905ef44

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
@@ -2160,7 +2160,7 @@ impl<Signer: WriteableEcdsaChannelSigner> ChannelMonitorImpl<Signer> {
21602160
/// up-to-date as our holder commitment transaction is updated.
21612161
/// Panics if set_on_holder_tx_csv has never been called.
21622162
fn provide_latest_holder_commitment_tx(&mut self, holder_commitment_tx: HolderCommitmentTransaction, htlc_outputs: Vec<(HTLCOutputInCommitment, Option<Signature>, Option<HTLCSource>)>, claimed_htlcs: &[(SentHTLCId, PaymentPreimage)]) -> Result<(), &'static str> {
2163-
// block for Rust 1.34 compa
2163+
// block for Rust 1.34 compat
21642164
let mut new_holder_commitment_tx = {
21652165
let trusted_tx = holder_commitment_tx.trust();
21662166
let txid = trusted_tx.txid();

0 commit comments

Comments
 (0)