Bump PROTOCOL_VERSION to 60001, thereby enabling BIP31
[novacoin.git] / src / keystore.h
index 282eaaa..5d29ac1 100644 (file)
@@ -15,6 +15,8 @@ protected:
     mutable CCriticalSection cs_KeyStore;
 
 public:
+    virtual ~CKeyStore() {}
+
     // Add a key to the store.
     virtual bool AddKey(const CKey& key) =0;