diff --git a/IxianDLT/Meta/Config.cs b/IxianDLT/Meta/Config.cs index f2bcdb8c..23462847 100644 --- a/IxianDLT/Meta/Config.cs +++ b/IxianDLT/Meta/Config.cs @@ -101,14 +101,14 @@ public static string dataFolderBlocks public static ulong forceSyncToBlock = 0; // Read-only values - public static readonly string version = "xdc-0.9.1b"; // DLT Node version + public static readonly string version = "xdc-0.9.1c"; // DLT Node version public static readonly string checkVersionUrl = "https://www.ixian.io/update.txt"; public static readonly int checkVersionSeconds = 6 * 60 * 60; // 6 hours public static readonly ulong maxBlocksPerDatabase = 1000; // number of blocks to store in a single database file - public static readonly ulong nodeDeprecationBlock = 4000000 + (ulong)(new Random()).Next(50); // block height on which this version of Ixian DLT stops working on + public static readonly ulong nodeDeprecationBlock = 4060000 + (ulong)(new Random()).Next(50); // block height on which this version of Ixian DLT stops working on public static readonly ulong saveWalletStateEveryBlock = 1000; // Saves wallet state every 1000 blocks