Skip to content

Commit de44894

Browse files
committed
f rename log
1 parent 2723500 commit de44894

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
@@ -826,7 +826,7 @@ impl<ChannelSigner: Sign> OnchainTxHandler<ChannelSigner> {
826826
// been aggregated in a single tx and claimed so atomically
827827
if let Some(request) = self.pending_claim_requests.remove(&package_id) {
828828
for outpoint in request.outpoints() {
829-
log_debug!(logger, "Removing claim tracking for {} due to maturation of claim tx {}.",
829+
log_debug!(logger, "Removing claim tracking for {} due to maturation of claim package {}.",
830830
outpoint, log_bytes!(package_id));
831831
self.claimable_outpoints.remove(&outpoint);
832832
#[cfg(anchors)]

0 commit comments

Comments
 (0)