miner: rename UpdateRequestCount signal to ResetRequestCount

This commit is contained in:
Jonas Schnelli
2015-07-01 16:06:49 +02:00
parent 5496253966
commit a7b9623d18
4 changed files with 7 additions and 7 deletions

View File

@@ -411,7 +411,7 @@ static bool ProcessBlockFound(CBlock* pblock, const CChainParams& chainparams)
}
// Inform about the new block
GetMainSignals().BlockFound(*pblock);
GetMainSignals().BlockFound(pblock->GetHash());
// Process this block the same as if we had received it from another node
CValidationState state;