diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2017-06-20 16:07:53 -0700 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2017-06-20 16:16:38 -0700 |
commit | d636f3943d39ec893dab2d2546f77f3f2607769d (patch) | |
tree | 9aed5dfab04afcea8ea06ed6c5965ba3092ef28e /src/wallet/crypter.cpp | |
parent | c38f540298f0e188df5ed68fd56c623b9ac8331b (diff) | |
parent | 4265bf351a5c7b89ec33deff9f3800f28ff6f3e3 (diff) |
Merge #10536: Remove unreachable or otherwise redundant code
4265bf351 Remove unreachable or otherwise redundant code (practicalswift)
Tree-SHA512: bc9666ab5d20c936d78c50c0361405aca9edd116602aa9bcd71a79a904b647ac9eca0651d1a9d530189a6ac1c4e235bfc69ec1a68f7e36cc14d6848ac2206b7b
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 836c15b82c..6fa685628f 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) |