Add --dev-halt-at-slot option (#5453)

This commit is contained in:
Michael Vines
2019-08-08 09:14:30 -07:00
committed by GitHub
parent 7a603d72bf
commit 8c15214923
6 changed files with 103 additions and 71 deletions

View File

@@ -97,7 +97,7 @@ fn test_replay() {
completed_slots_receiver,
leader_schedule_cache,
_,
) = validator::new_banks_from_blocktree(&blocktree_path, None, None, true);
) = validator::new_banks_from_blocktree(&blocktree_path, None, None, true, None);
let working_bank = bank_forks.working_bank();
assert_eq!(
working_bank.get_balance(&mint_keypair.pubkey()),