From aeac32c29b22201964c0bdcdf2f7823c1f311f06 Mon Sep 17 00:00:00 2001 From: MarkoAT Date: Wed, 11 Nov 2020 00:45:41 +0100 Subject: [PATCH] xdc-0.7.5c --- IxianDLT/Meta/Config.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IxianDLT/Meta/Config.cs b/IxianDLT/Meta/Config.cs index eb0d7489..c510114e 100644 --- a/IxianDLT/Meta/Config.cs +++ b/IxianDLT/Meta/Config.cs @@ -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 @@ -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");