Skip to content

Commit

Permalink
xdc-0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
IxiAngel committed Oct 30, 2020
1 parent 5c78792 commit be16352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IxianDLT/Meta/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public static string dataFolderBlocks
public static ulong maxTransactionsPerBlockToInclude = 2000;

// Read-only values
public static readonly string version = "xdc-0.7.5-rc2"; // DLT Node version
public static readonly string version = "xdc-0.7.5"; // DLT Node version

public static readonly string checkVersionUrl = "https://www.ixian.io/update.txt";
public static readonly int checkVersionSeconds = 6 * 60 * 60; // 6 hours
Expand Down Expand Up @@ -132,7 +132,7 @@ private static string outputHelp()
Console.WriteLine("Starts a new instance of Ixian DLT Node");
Console.WriteLine("");
Console.WriteLine(" IxianDLT.exe [-h] [-v] [-t] [-s] [-x] [-c] [-p 10234] [-a 8081] [-i ip] [-w ixian.wal] [-n seed1.ixian.io:10234]");
Console.WriteLine(" [--worker] [--threads 1] [--config ixian.cfg] [--maxLogSize 50] [--maxLogCount 10] [--logVerbosity 13]");
Console.WriteLine(" [--worker] [--threads 1] [--config ixian.cfg] [--maxLogSize 50] [--maxLogCount 10] [--logVerbosity 14]");
Console.WriteLine(" [--lastGoodBlock 110234] [--disableWebStart] [--onlyShowAddresses] [--walletPassword] [--blockStorage SQLite]");
Console.WriteLine(" [--maxTxPerBlock 19980] [--genesis] [--netdump dumpfile] [--benchmarkKeys key_size] [--recover] [--verifyStorage]");
Console.WriteLine(" [--generateWallet] [--optimizeDBStorage] [--offline] [--disableChainReorg] [--chainReorgTest] ");
Expand Down

0 comments on commit be16352

Please sign in to comment.