Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Brechtpd committed May 13, 2024
1 parent c363901 commit 6126206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/builder/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ impl TxExecStrategy for TkoTxExecStrategy {
debug!(" Ok: {result:?}");

#[cfg(feature = "tracer")]
// Flush the trace file writer
// Flush the trace writer
trace.lock().unwrap().flush().expect("Error flushing trace");

tx_transact_duration.add_assign(start.elapsed());
Expand Down

0 comments on commit 6126206

Please sign in to comment.