Add --dev-halt-at-slot option (#5453)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user