Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
WIP: Add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyera Eulberg committed Jun 25, 2021
1 parent 1eaa739 commit 40b5b19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions local-cluster/tests/local_cluster.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2563,7 +2563,11 @@ fn do_test_optimistic_confirmation_violation_with_or_without_tower(with_tower: b
if votes_on_c_fork.len() >= 4 {
break;
}
} else {
warn!("last_vote == base_slot");
}
} else {
warn!("last_vote_in_tower.is_none()");
}
}
assert!(!votes_on_c_fork.is_empty());
Expand Down

0 comments on commit 40b5b19

Please sign in to comment.