aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
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()
{