diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-06-12 15:01:46 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-06-12 15:01:46 +0200 |
commit | 4265bf351a5c7b89ec33deff9f3800f28ff6f3e3 (patch) | |
tree | 9267a414b11a86780a4163bee5b9461142b80f3b /src/wallet/crypter.cpp | |
parent | 177433ad22d6b386fec10a92a14cd8472ea02f41 (diff) |
Remove unreachable or otherwise redundant code
Diffstat (limited to 'src/wallet/crypter.cpp')
-rw-r--r-- | src/wallet/crypter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/crypter.cpp b/src/wallet/crypter.cpp index fc318c1612..5bfb3f74fc 100644 --- a/src/wallet/crypter.cpp +++ b/src/wallet/crypter.cpp @@ -274,7 +274,6 @@ bool CCryptoKeyStore::GetPubKey(const CKeyID &address, CPubKey& vchPubKeyOut) co // Check for watch-only pubkeys return CBasicKeyStore::GetPubKey(address, vchPubKeyOut); } - return false; } bool CCryptoKeyStore::EncryptKeys(CKeyingMaterial& vMasterKeyIn) |