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.