Skip to content

Commit

Permalink
xsbc-0.5.5-PR1
Browse files Browse the repository at this point in the history
  • Loading branch information
IxiAngel committed Jun 17, 2022
1 parent 9d5cf59 commit 368c063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SpixiBot/Meta/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class Config
public static List<Address> whiteList = new List<Address>();

// Read-only values
public static readonly string version = "xsbc-0.5.4-PR1"; // Spixi Bot version
public static readonly string version = "xsbc-0.5.5-PR1"; // Spixi Bot version

public static readonly string pushServiceUrl = "https://ipn.ixian.io/v1";

Expand Down
2 changes: 1 addition & 1 deletion SpixiBot/Meta/Node.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public Node()

CoreConfig.simultaneousConnectedNeighbors = 6;

IxianHandler.init(Config.version, this, Config.networkType);
IxianHandler.init(Config.version, this, Config.networkType, true);
init();
}

Expand Down

0 comments on commit 368c063

Please sign in to comment.