Add returns to avoid annoying compile-time warnings.
[novacoin.git] / src / keystore.h
index bbfac83..1f2c6ae 100644 (file)
@@ -114,6 +114,7 @@ public:
                 return CBasicKeyStore::HaveKey(address);
             return mapCryptedKeys.count(address) > 0;
         }
+        return false;
     }
     bool GetKey(const CBitcoinAddress &address, CKey& keyOut) const;
     bool GetPubKey(const CBitcoinAddress &address, std::vector<unsigned char>& vchPubKeyOut) const;