Rebase and panic with no accounts
Add Accounts::has_accounts function for hash_internal_state calculation.
This commit is contained in:
committed by
sakridge
parent
c276375a0e
commit
180d297df8
@@ -139,7 +139,7 @@ impl Replicator {
|
||||
GenesisBlock::load(ledger_path).expect("Expected to successfully open genesis block");
|
||||
|
||||
let (bank_forks, _bank_forks_info) =
|
||||
blocktree_processor::process_blocktree(&genesis_block, &blocktree)
|
||||
blocktree_processor::process_blocktree(&genesis_block, &blocktree, "")
|
||||
.expect("process_blocktree failed");
|
||||
|
||||
let blocktree = Arc::new(blocktree);
|
||||
|
Reference in New Issue
Block a user