all TestValdiators act like validators (#23318)

This commit is contained in:
Jeff Washington (jwash)
2022-02-24 12:12:47 -06:00
committed by GitHub
parent 39c86c6c44
commit 2207e49633
2 changed files with 7 additions and 15 deletions

View File

@ -582,8 +582,6 @@ fn main() {
}
let mut genesis = TestValidatorGenesis::default();
// this startup path should act like we started from a validator
genesis.started_from_validator = true;
genesis.max_ledger_shreds = value_of(&matches, "limit_ledger_size");
genesis.max_genesis_archive_unpacked_size = Some(u64::MAX);
genesis.accounts_db_caching_enabled = !matches.is_present("no_accounts_db_caching");