Skip to content

Commit

Permalink
HF17 for mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
mbg033 committed Aug 11, 2021
1 parent dd88e07 commit 9717c50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cryptonote_core/blockchain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,10 @@ static const struct {
{ 14, 364590, 0, 1559833200 },
// hf 15 disable non-bulletproof, ~2019-06-07T15:00:00+00
{ 15, 365310, 0, 1559919600 },
// hf 15 increase stake period to 32 days, 2019-08-12@15:00:00+00
// hf 16 increase stake period to 32 days, 2019-08-12@15:00:00+00
{ 16, 412780, 0, 1565622000 },
// hf 17 RandomX PoW, 2021-08-18T@12:00:00+00
{ 17, 936150, 0, 1629288000 }
};
// static const uint64_t mainnet_hard_fork_version_1_till = 1009826;
static const uint64_t mainnet_hard_fork_version_1_till = 1;
Expand Down

0 comments on commit 9717c50

Please sign in to comment.