From 6126206861c421dbee2179ac3ad325289b7cc01e Mon Sep 17 00:00:00 2001 From: Brechtpd Date: Mon, 13 May 2024 04:16:59 +0200 Subject: [PATCH] comment --- lib/src/builder/execute.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/builder/execute.rs b/lib/src/builder/execute.rs index c12fd49d..ecaebd9b 100644 --- a/lib/src/builder/execute.rs +++ b/lib/src/builder/execute.rs @@ -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());