Remove unreachable or otherwise redundant code

This commit is contained in:
practicalswift
2017-06-12 15:01:46 +02:00
parent 177433ad22
commit 4265bf351a
6 changed files with 2 additions and 16 deletions

View File

@@ -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)