We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 490dd82 commit db1a603Copy full SHA for db1a603
simulator/src/main/java/byzzbench/simulator/protocols/Zyzzyva/ZyzzyvaReplica.java
@@ -808,6 +808,7 @@ private void handleCommitCertificate(CommitCertificate cc) {
808
log.warning("Sequence numbers in the log: " + this.getMessageLog().getOrderedMessages().keySet());
809
throw e;
810
} catch (IllegalArgumentException exception) {
811
+ // was used for debugging
812
throw exception;
813
}
814
0 commit comments