diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2019-03-01 13:14:08 +0100 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2019-03-01 13:14:08 +0100 |
commit | 07cae5287c4409e9e597b891899403220905881d (patch) | |
tree | 946edef7cce7a9a07a74b7c2e7d93a1f43a0656d /src/wallet/wallet.h | |
parent | 8bb3e4c487500a580e3e18791b1f4e7dcdd35442 (diff) |
[wallet] remove unused GetScriptForMining
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r-- | src/wallet/wallet.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index 2a5d6caaf8..5173f957c7 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -1065,8 +1065,6 @@ public: const std::string& GetLabelName(const CScript& scriptPubKey) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet); - void GetScriptForMining(std::shared_ptr<CReserveScript> &script); - unsigned int GetKeyPoolSize() EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) { AssertLockHeld(cs_wallet); // set{Ex,In}ternalKeyPool |