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

@@ -683,10 +683,10 @@ public:
}
void GetScriptForMining(boost::shared_ptr<CReserveScript> &script);
void UpdateRequestCount(const CBlock& block)
void ResetRequestCount(const uint256 &hash)
{
LOCK(cs_wallet);
mapRequestCount[block.GetHash()] = 0;
mapRequestCount[hash] = 0;
};
unsigned int GetKeyPoolSize()