Skip to content

Commit 46a0dcd

Browse files
committed
f fix spacing
1 parent b3d3304 commit 46a0dcd

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
@@ -2398,7 +2398,7 @@ impl<Signer: Sign> ChannelMonitorImpl<Signer> {
23982398
height,
23992399
event: OnchainEvent::HTLCUpdate { source: source, payment_hash: payment_hash },
24002400
};
2401-
log_info!(logger, "Failing HTLC with payment_hash {} timeout by a spend tx, waiting for confirmation (at height{})", log_bytes!(payment_hash.0), entry.confirmation_threshold());
2401+
log_info!(logger, "Failing HTLC with payment_hash {} timeout by a spend tx, waiting for confirmation (at height {})", log_bytes!(payment_hash.0), entry.confirmation_threshold());
24022402
self.onchain_events_awaiting_threshold_conf.push(entry);
24032403
}
24042404
}

0 commit comments

Comments
 (0)