Rename Bank.last_id() to Bank.last_block_hash()
This commit is contained in:
committed by
Greg Fitzgerald
parent
95cbb8a5c0
commit
2bfad87a5f
@@ -45,7 +45,7 @@ fn create_test_recorder(bank: &Arc<Bank>) -> (Arc<Mutex<PohRecorder>>, PohServic
|
||||
let exit = Arc::new(AtomicBool::new(false));
|
||||
let poh_recorder = Arc::new(Mutex::new(PohRecorder::new(
|
||||
bank.tick_height(),
|
||||
bank.last_id(),
|
||||
bank.last_block_hash(),
|
||||
)));
|
||||
let poh_service = PohService::new(
|
||||
poh_recorder.clone(),
|
||||
|
Reference in New Issue
Block a user