aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2017-01-19 15:47:03 -0500
committerMatt Corallo <git@bluematt.me>2017-04-07 11:53:43 +0200
commit91f1e6ce5e7854435196464aace0dcf7ce21dd5a (patch)
treefc112b0d20886257053cfa5cf67a36cb044aafd3 /src/wallet
parentacad82f375615d8d238c7d819a48acd7900329f2 (diff)
downloadbitcoin-91f1e6ce5e7854435196464aace0dcf7ce21dd5a.tar.xz
Remove dead-code tracking of requests for blocks we generated
Diffstat (limited to 'src/wallet')
-rw-r--r--src/wallet/wallet.h5
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()
{