Skip to content

Commit

Permalink
set testnet v9 fork height to 131111
Browse files Browse the repository at this point in the history
  • Loading branch information
stoffu committed Sep 18, 2020
1 parent 05b731d commit a1370cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cryptonote_core/blockchain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ static const struct {

// version 8 (PoW change to k12) starts from block 112000 with reset diff 500 million
{ 8, 112000, 0, 1553869222, 500000000 },

// version 9 (difficulty algorithm variant 9) starts from block 131111 with no diff reset
{ 9, 131111, 0, 1600148906, 0 },
};
static const uint64_t testnet_hard_fork_version_1_till = 43999;

Expand Down

0 comments on commit a1370cb

Please sign in to comment.