rename bank_id to bank_slot

This commit is contained in:
Rob Walker
2019-03-04 16:40:28 -08:00
committed by Grimes
parent 4f6d7702c5
commit 6d82123125
7 changed files with 34 additions and 34 deletions

View File

@@ -120,7 +120,7 @@ impl Fullnode {
let exit = Arc::new(AtomicBool::new(false));
let bank_info = &bank_forks_info[0];
let bank = bank_forks[bank_info.bank_id].clone();
let bank = bank_forks[bank_info.bank_slot].clone();
info!(
"starting PoH... {} {}",