From c841a2d2a917a3c19cf0cb52a686fb3c260e4530 Mon Sep 17 00:00:00 2001 From: SChernykh Date: Sun, 22 Jan 2023 16:24:36 +0100 Subject: [PATCH] Set new testnet hardfork date --- src/pool_block.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pool_block.cpp b/src/pool_block.cpp index f122d90..ccf473d 100644 --- a/src/pool_block.cpp +++ b/src/pool_block.cpp @@ -391,7 +391,7 @@ uint64_t PoolBlock::get_payout(const Wallet& w) const } static constexpr uint64_t VERSION2_MAINNET_TIMESTAMP = 1679173200U; // 2023-03-18 21:00 UTC -static constexpr uint64_t VERSION2_TESTNET_TIMESTAMP = 1674334800U; // 2023-01-21 21:00 UTC +static constexpr uint64_t VERSION2_TESTNET_TIMESTAMP = 1674507600U; // 2023-01-23 21:00 UTC uint32_t PoolBlock::signal_v2_readiness(uint32_t extra_nonce) {