From 4265bf351a5c7b89ec33deff9f3800f28ff6f3e3 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Mon, 12 Jun 2017 15:01:46 +0200 Subject: Remove unreachable or otherwise redundant code --- src/wallet/crypter.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/wallet/crypter.cpp') 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) -- cgit v1.2.3