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

@@ -149,7 +149,7 @@ fn main() {
}
("verify", _) => {
println!("Verifying ledger...");
match process_blocktree(&genesis_block, &blocktree, None, true) {
match process_blocktree(&genesis_block, &blocktree, None, true, None) {
Ok((_bank_forks, bank_forks_info, _)) => {
println!("{:?}", bank_forks_info);
}