restore name: Bank::new_with_paths (#19122)

This commit is contained in:
Jeff Washington (jwash)
2021-08-09 17:30:37 -05:00
committed by GitHub
parent c56bccdf32
commit 5874f75a26
2 changed files with 4 additions and 4 deletions

View File

@ -406,7 +406,7 @@ pub fn process_blockstore(
}
// Setup bank for slot 0
let bank0 = Bank::new_with_paths_production(
let bank0 = Bank::new_with_paths(
genesis_config,
account_paths,
&opts.frozen_accounts,