Skip to content

Commit

Permalink
chore(ln-dlc-node): Add unit to tracing field name
Browse files Browse the repository at this point in the history
  • Loading branch information
luckysori authored and bonomat committed Feb 21, 2024
1 parent 75bb4fb commit 806b602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ln-dlc-node/src/ldk_node_wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ where
let height = self.blockchain.get_height()?;

tracing::info!(
duration = now.elapsed().as_millis(),
duration_ms = now.elapsed().as_millis(),
latest_height = height,
"Finished on-chain sync",
);
Expand Down

0 comments on commit 806b602

Please sign in to comment.