Skip to content

Commit

Permalink
xlwc-0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IxiAngel committed Jun 17, 2022
1 parent 3ebe7c6 commit 7059513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IxianLiteWallet/Meta/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Config
public static string walletFile = "ixian.wal";
public static bool onlyShowAddresses = false;

public static readonly string version = "xlwc-0.8.2"; // LiteWallet version
public static readonly string version = "xlwc-0.9.0"; // LiteWallet version

private static string outputHelp()
{
Expand Down
2 changes: 1 addition & 1 deletion IxianLiteWallet/Meta/Node.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Node : IxianNode
public Node()
{
CoreConfig.simultaneousConnectedNeighbors = 6;
IxianHandler.init(Config.version, this, NetworkType.main);
IxianHandler.init(Config.version, this, NetworkType.main, true);
init();
}

Expand Down

0 comments on commit 7059513

Please sign in to comment.