adds flag to disable duplicate instance check (#15006)
This commit is contained in:
@@ -405,6 +405,7 @@ impl TestValidator {
|
||||
vec![Arc::new(validator_vote_account)],
|
||||
vec![],
|
||||
&validator_config,
|
||||
true, // should_check_duplicate_instance
|
||||
));
|
||||
|
||||
// Needed to avoid panics in `solana-responder-gossip` in tests that create a number of
|
||||
|
Reference in New Issue
Block a user