diff --git a/runtime/src/bank/fee_distribution.rs b/runtime/src/bank/fee_distribution.rs index b3f4df894..0e071bed3 100644 --- a/runtime/src/bank/fee_distribution.rs +++ b/runtime/src/bank/fee_distribution.rs @@ -275,7 +275,7 @@ impl Bank { if !self.should_collect_rent() { if total_rent_collected != 0 { - warn!("Rent fees collection is disabled, yet total rent collect was non zero! Total rent collected: {total_rent_collected}"); + warn!("Rent fees collection is disabled, yet total rent collected was non zero! Total rent collected: {total_rent_collected}"); } return; }