Skip to content

Commit

Permalink
xdc-0.7.5c
Browse files Browse the repository at this point in the history
  • Loading branch information
IxiAngel committed Nov 10, 2020
1 parent 8e22479 commit aeac32c
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 @@ -78,7 +78,7 @@ public static string dataFolderBlocks
public static ulong maxTransactionsPerBlockToInclude = 19980;

// Read-only values
public static readonly string version = "xdc-0.7.5b"; // DLT Node version
public static readonly string version = "xdc-0.7.5c"; // 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 @@ -167,7 +167,7 @@ private static string outputHelp()
Console.WriteLine(" --recover\t\t Recovers from file (to be used only by developers when cold-starting the network)");
Console.WriteLine(" --verifyStorage\t Start node with full local storage blocks and transactions verification");
Console.WriteLine(" --generateWallet\t Generates a wallet file and exits, printing the public address. [TESTNET ONLY!]");
Console.WriteLine(" --optimizeDBStorage\t RocksDB only: manually compacts all databases before starting the node. MAY TAKE SOME TIME!");
Console.WriteLine(" --optimizeDBStorage\t Manually compacts all databases before starting the node. MAY TAKE SOME TIME!");
Console.WriteLine(" --offline\t\t Offline mode - does not connect to other nodes or accepts any connections from other nodes");
Console.WriteLine(" --disableChainReorg\t Disables blockchain reorganization");
Console.WriteLine(" --chainReorgTest\t Enables chain reorg test");
Expand Down

0 comments on commit aeac32c

Please sign in to comment.