From 9c0c480882929eca78797a5d9cf033d105211d91 Mon Sep 17 00:00:00 2001 From: Fernando Pelliccioni Date: Tue, 10 Jun 2025 17:14:21 +0200 Subject: [PATCH] feat: 2025-may post upgrade changes --- src/parser.cpp | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/parser.cpp b/src/parser.cpp index 8596a42..d09e32d 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -479,16 +479,21 @@ options_metadata parser::load_settings() { // value(&configured.chain.lobachevski_activation_time), // "Unix time used for MTP activation of 2024-May-15 hard fork, defaults to 1715774400." // ) - ( - "fork.galois_activation_time", - value(&configured.chain.galois_activation_time), - "Unix time used for MTP activation of 2025-May-15 hard fork, defaults to 1747310400." - ) + // ( + // "fork.galois_activation_time", + // value(&configured.chain.galois_activation_time), + // "Unix time used for MTP activation of 2025-May-15 hard fork, defaults to 1747310400." + // ) ( "fork.leibniz_activation_time", value(&configured.chain.leibniz_activation_time), "Unix time used for MTP activation of 2026-May-15 hard fork, defaults to 1778846400." ) + ( + "fork.cantor_activation_time", + value(&configured.chain.cantor_activation_time), + "Unix time used for MTP activation of 2027-May-15 hard fork, defaults to xxxxxxxxx." + ) // ( // "fork.unnamed_activation_time", // value(&configured.chain.unnamed_activation_time),