We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107ce5b commit ff90fabCopy full SHA for ff90fab
simulator/src/main/java/byzzbench/simulator/Scenario.java
@@ -5,7 +5,6 @@
5
import byzzbench.simulator.transport.Transport;
6
import com.fasterxml.jackson.databind.JsonNode;
7
8
-import java.io.IOException;
9
import java.io.Serializable;
10
import java.util.List;
11
import java.util.NavigableMap;
@@ -170,7 +169,7 @@ public interface Scenario extends Serializable {
170
169
*
171
* @return True if the invariants hold, false otherwise.
172
*/
173
- boolean invariantsHold() throws IOException;
+ boolean invariantsHold();
174
175
/**
176
* Get the random number generator for the scenario.
0 commit comments