[chainparams] Regtest: Set nEquihashN, nEquihashK to 200, 9

This commit is contained in:
Jon Layton 2018-06-27 00:04:35 -04:00 committed by Jon Layton
parent 4955274a59
commit 959bd70b98
1 changed files with 2 additions and 2 deletions

View File

@ -355,8 +355,8 @@ public:
nPruneAfterHeight = 1000;
nEquihashN = 48;
nEquihashK = 5;
nEquihashN = 200;
nEquihashK = 9;
uint256 nNonce = uint256S("0000000000000000000000000000000000000000000000000000000000000009");
genesis = CreateGenesisBlock(1482971059, nNonce, 0x200f0f0f, 4, 0, GenesisSolutions::REGTEST);