aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
diff options
context:
space:
mode:
authorpracticalswift <[email protected]>2017-06-12 15:01:46 +0200
committerpracticalswift <[email protected]>2017-06-12 15:01:46 +0200
commit4265bf351a5c7b89ec33deff9f3800f28ff6f3e3 (patch)
tree9267a414b11a86780a4163bee5b9461142b80f3b /src/wallet/rpcwallet.cpp
parentMerge #8694: Basic multiwallet support (diff)
downloaddiscoin-4265bf351a5c7b89ec33deff9f3800f28ff6f3e3.tar.xz
discoin-4265bf351a5c7b89ec33deff9f3800f28ff6f3e3.zip
Remove unreachable or otherwise redundant code
Diffstat (limited to 'src/wallet/rpcwallet.cpp')
-rw-r--r--src/wallet/rpcwallet.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp
index 4b8a8b81e..ef34a65e1 100644
--- a/src/wallet/rpcwallet.cpp
+++ b/src/wallet/rpcwallet.cpp
@@ -1064,7 +1064,6 @@ public:
bool operator()(const CNoDestination &dest) const { return false; }
bool operator()(const CKeyID &keyID) {
- CPubKey pubkey;
if (pwallet) {
CScript basescript = GetScriptForDestination(keyID);
isminetype typ;