mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 13:32:47 +01:00
test_dash continued
Signed-off-by: Pasta <pasta@dashboost.org>
This commit is contained in:
parent
efea72890c
commit
be98dc3894
@ -204,7 +204,10 @@ CBlock TestChainSetup::CreateBlock(const std::vector<CMutableTransaction>& txns,
|
|||||||
|
|
||||||
// IncrementExtraNonce creates a valid coinbase and merkleRoot
|
// IncrementExtraNonce creates a valid coinbase and merkleRoot
|
||||||
unsigned int extraNonce = 0;
|
unsigned int extraNonce = 0;
|
||||||
IncrementExtraNonce(&block, chainActive.Tip(), extraNonce);
|
{
|
||||||
|
LOCK(cs_main);
|
||||||
|
IncrementExtraNonce(&block, chainActive.Tip(), extraNonce);
|
||||||
|
}
|
||||||
|
|
||||||
while (!CheckProofOfWork(block.GetHash(), block.nBits, chainparams.GetConsensus())) ++block.nNonce;
|
while (!CheckProofOfWork(block.GetHash(), block.nBits, chainparams.GetConsensus())) ++block.nNonce;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user