(cherry picked from commit 78089941ff
)
Co-authored-by: behzad nouri <behzadnouri@gmail.com>
This commit is contained in:
@ -2607,8 +2607,10 @@ pub fn main() {
|
||||
}
|
||||
|
||||
solana_metrics::set_host_id(identity_keypair.pubkey().to_string());
|
||||
solana_metrics::set_panic_hook("validator");
|
||||
|
||||
solana_metrics::set_panic_hook("validator", {
|
||||
let version = format!("{:?}", solana_version::version!());
|
||||
Some(version)
|
||||
});
|
||||
solana_entry::entry::init_poh();
|
||||
snapshot_utils::remove_tmp_snapshot_archives(&snapshot_archives_dir);
|
||||
|
||||
|
Reference in New Issue
Block a user