diff options
author | Matt Corallo <git@bluematt.me> | 2017-01-19 15:47:03 -0500 |
---|---|---|
committer | Matt Corallo <git@bluematt.me> | 2017-04-07 11:53:43 +0200 |
commit | 91f1e6ce5e7854435196464aace0dcf7ce21dd5a (patch) | |
tree | fc112b0d20886257053cfa5cf67a36cb044aafd3 /src/wallet | |
parent | acad82f375615d8d238c7d819a48acd7900329f2 (diff) |
Remove dead-code tracking of requests for blocks we generated
Diffstat (limited to 'src/wallet')
-rw-r--r-- | src/wallet/wallet.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index d7890ba0ca..127ffd6cf3 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -964,11 +964,6 @@ public: } void GetScriptForMining(boost::shared_ptr<CReserveScript> &script) override; - void ResetRequestCount(const uint256 &hash) override - { - LOCK(cs_wallet); - mapRequestCount[hash] = 0; - }; unsigned int GetKeyPoolSize() { |