Skip to content

Commit 9cbbb58

Browse files
committed
Add missing space in DebugTx logging
1 parent 01fe9ba commit 9cbbb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/util/macro_logger.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ impl<'a> core::fmt::Display for DebugTx<'a> {
107107
}
108108
}
109109
if num_preimage > 0 || num_timeout > 0 || num_revoked > 0 {
110-
write!(f, "HTLC claim tx ({} preimage, {} timeout, {} revoked)",
110+
write!(f, "HTLC claim tx ({} preimage, {} timeout, {} revoked) ",
111111
num_preimage, num_timeout, num_revoked)?;
112112
}
113113
}

0 commit comments

Comments
 (0)