Update runtime background hash verifier thread name

This commit is contained in:
Michael Vines 2022-08-26 10:25:13 -07:00
parent 05fe061a7c
commit d0983c3cf7
1 changed files with 1 additions and 1 deletions

View File

@ -6905,7 +6905,7 @@ impl Bank {
let accounts_ = Arc::clone(&accounts);
accounts.accounts_db.verify_accounts_hash_in_bg.start(|| {
Builder::new()
.name("solana-bg-hash-verifier".to_string())
.name("solBgHashVerify".into())
.spawn(move || {
info!(
"running initial verification accounts hash calculation in background"