Set new testnet hardfork date

This commit is contained in:
SChernykh 2023-01-22 16:24:36 +01:00
parent 5e373b5304
commit c841a2d2a9

View file

@ -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_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) uint32_t PoolBlock::signal_v2_readiness(uint32_t extra_nonce)
{ {