diff --git a/runtime/src/accounts_db.rs b/runtime/src/accounts_db.rs index 1b7be720573c16..d04cd61665eec8 100644 --- a/runtime/src/accounts_db.rs +++ b/runtime/src/accounts_db.rs @@ -6071,7 +6071,7 @@ impl AccountsDb { &remove_unrooted_purge_stats, true, ); - remove_unrooted_purge_stats.report("remove_unrooted_slots_purge_slots_stats", Some(0)); + remove_unrooted_purge_stats.report("remove_unrooted_slots_purge_slots_stats", None); let mut currently_contended_slots = slots_under_contention.lock().unwrap(); for (remove_slot, _) in remove_slots {