Skip to content

Commit

Permalink
feat: post upgrade 2024 changes (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni authored May 21, 2024
1 parent a840b47 commit 40a4506
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -494,16 +494,21 @@ options_metadata parser::load_settings() {
// value<uint64_t>(&configured.chain.descartes_activation_time),
// "Unix time used for MTP activation of 2023-May-15 hard fork, defaults to 1684152000."
// )
(
"fork.lobachevski_activation_time",
value<uint64_t>(&configured.chain.lobachevski_activation_time),
"Unix time used for MTP activation of 2024-May-15 hard fork, defaults to 1715774400."
)
// (
// "fork.lobachevski_activation_time",
// value<uint64_t>(&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<uint64_t>(&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<uint64_t>(&configured.chain.leibniz_activation_time),
"Unix time used for MTP activation of 2026-May-15 hard fork, defaults to 1778846400."
)
// (
// "fork.unnamed_activation_time",
// value<uint64_t>(&configured.chain.unnamed_activation_time),
Expand Down

0 comments on commit 40a4506

Please sign in to comment.