Consider all peers as potential candidates during pull-request in case of offline nodes (#18333)
* Try all peers during pull-request in case of offline nodes * fix clippy err
This commit is contained in:
@ -2851,14 +2851,12 @@ fn test_hard_fork_invalidates_tower() {
|
||||
|
||||
#[test]
|
||||
#[serial]
|
||||
#[ignore]
|
||||
fn test_no_optimistic_confirmation_violation_with_tower() {
|
||||
do_test_optimistic_confirmation_violation_with_or_without_tower(true);
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[serial]
|
||||
#[ignore]
|
||||
fn test_optimistic_confirmation_violation_without_tower() {
|
||||
do_test_optimistic_confirmation_violation_with_or_without_tower(false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user