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),