Skip to content

Commit

Permalink
added python checker example
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Sonnino authored and Alberto Sonnino committed Jun 11, 2017
1 parent b97c910 commit a468e88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/uk/ac/ucl/cs/sec/chainspace/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ private static void test1() throws SQLException, ClassNotFoundException, IOExcep
private static void test2() throws SQLException, ClassNotFoundException, IOException, AbortTransactionException {

// run nodes
// Nodes should not run like this: each node should be an independent webservice.
nodeList = new Node[]{
new Node(10),
new Node(10),
Expand Down

0 comments on commit a468e88

Please sign in to comment.