This commit is contained in:
haoran 2022-11-29 20:19:45 +00:00 committed by HaoranYi
parent dd81af9fff
commit 037f03c806
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ use {
},
solana_cli_output::{CliAccount, CliAccountNewConfig, OutputFormat},
solana_core::{
system_monitor_service::SystemMonitorService, validator::move_and_async_delete_path,
system_monitor_service::{SystemMonitorService, SystemMonitorStatsReportConfig},
validator::move_and_async_delete_path,
},
solana_entry::entry::Entry,
solana_geyser_plugin_manager::geyser_plugin_service::GeyserPluginService,