Skip to content

Commit

Permalink
HF28 time set to Saturday, February 8, 2025 13:00:00 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
vogel76 committed Dec 12, 2024
1 parent 68fafc8 commit fa4d1d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/chain/database.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ long next_hf_time()
#ifdef IS_TEST_NET
1675818000; // Wednesday, February 8, 2023 1:00:00 AM
#else
1733918400; // Wednesday, December 11, 2024 12:00:00 PM
1739019600; // Saturday, February 8, 2025 13:00:00 UTC
#endif /// IS_TEST_NET

const char* value = getenv("HIVE_HF28_TIME");
Expand Down
2 changes: 1 addition & 1 deletion libraries/protocol/hardfork.d/1_28.hf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ long next_hf_time();
#define HIVE_HARDFORK_1_28_TIME (hive::protocol::testnet_blockchain_configuration::configuration_data.get_hf_time(HIVE_HARDFORK_1_28, next_hf_time()))
#else
#define HIVE_HARDFORK_1_28_TIME next_hf_time()
#endif // Thu, 29 August 2019 15:00:00 UTC (11:00:00 EDT)
#endif // Saturday, February 8, 2025 13:00:00 UTC

#define HIVE_HARDFORK_1_28_VERSION hive::protocol::hardfork_version( 1, 28 )

Expand Down

0 comments on commit fa4d1d0

Please sign in to comment.