Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
qoire committed Apr 12, 2018
1 parent cf7262c commit 4cc422f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modMcf/src/org/aion/mcf/config/CfgNet.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public final class CfgNet {
private int id;

public CfgNet() {
this.id = 1;
this.id = 2;
this.nodes = new String[0];
this.p2p = new CfgNetP2p();
}
Expand Down

0 comments on commit 4cc422f

Please sign in to comment.