Skip to content

Commit

Permalink
xlwc-0.9.0b
Browse files Browse the repository at this point in the history
  • Loading branch information
IxiAngel committed Jun 24, 2022
1 parent 7059513 commit 61cd906
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions IxianLiteWallet/IxianLiteWallet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
<Reference Include="FluentCommandLineParser, Version=1.4.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\FluentCommandLineParser.1.4.3\lib\net35\FluentCommandLineParser.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Open.Nat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f22a6a4582336c76, processorArchitecture=MSIL">
<HintPath>packages\Open.NAT.2.1.0.0\lib\net45\Open.Nat.dll</HintPath>
Expand Down
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.9.0"; // LiteWallet version
public static readonly string version = "xlwc-0.9.0b"; // 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 @@ -180,7 +180,7 @@ public void start()
}
else
{
tiv.start("", 0, null);
tiv.start("", 0, null, false);
}
}

Expand Down
2 changes: 1 addition & 1 deletion IxianLiteWallet/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FluentCommandLineParser" version="1.4.3" targetFramework="net48" />
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net461" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net48" />
<package id="Open.NAT" version="2.1.0.0" targetFramework="net461" />
<package id="Portable.BouncyCastle" version="1.8.8" targetFramework="net48" />
<package id="sqlite-net-pcl" version="1.6.292" targetFramework="net461" />
Expand Down

0 comments on commit 61cd906

Please sign in to comment.