Skip to content

Commit

Permalink
Move field to avoid conflicts with other patches
Browse files Browse the repository at this point in the history
  • Loading branch information
ruuda authored and enriquefynn committed Sep 19, 2022
1 parent 64ee117 commit 50104e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test-validator/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,7 @@ impl TestValidator {
),
)),
rpc_config: config.rpc_config.clone(),
vote_accounts_to_monitor: Arc::new(HashSet::from_iter(vec![vote_account_address])),
pubsub_config: config.pubsub_config.clone(),
accounts_hash_interval_slots: 100,
account_paths: vec![ledger_path.join("accounts")],
Expand All @@ -709,7 +710,6 @@ impl TestValidator {
max_ledger_shreds: config.max_ledger_shreds,
no_wait_for_vote_to_start_leader: true,
accounts_db_config,
vote_accounts_to_monitor: Arc::new(HashSet::from_iter(vec![vote_account_address])),
..ValidatorConfig::default_for_test()
};
if let Some(ref tower_storage) = config.tower_storage {
Expand Down

0 comments on commit 50104e4

Please sign in to comment.