From efbdeaf8565c3d5b17409d073dc84eebbe0a41d9 Mon Sep 17 00:00:00 2001 From: teor Date: Fri, 29 Sep 2023 07:33:36 +1000 Subject: [PATCH] Fix a comment typo Co-authored-by: Alfredo Garcia --- zebrad/src/components/tracing.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebrad/src/components/tracing.rs b/zebrad/src/components/tracing.rs index 620c40c26b5..01a60a92d63 100644 --- a/zebrad/src/components/tracing.rs +++ b/zebrad/src/components/tracing.rs @@ -108,7 +108,7 @@ pub struct Config { /// replaced with `.folded` and `.svg` for the respective files. pub flamegraph: Option, - /// Shows progress bars for block syncing, and mempool transactions, and peer networking. + /// Shows progress bars for block syncing, mempool transactions, and peer networking. /// Also sends logs to the default log file path. /// /// This config field is ignored unless the `progress-bar` feature is enabled.