Chainparams: Decouple CAlert from CChainParams
[VerusCoin.git] / src / alert.h
index af42171af5b3a416bf421b67e17ce15275510565..746967c4aff3699a5ddff1eda589e1ebdd58d0ac 100644 (file)
@@ -100,8 +100,8 @@ public:
     bool AppliesTo(int nVersion, std::string strSubVerIn) const;
     bool AppliesToMe() const;
     bool RelayTo(CNode* pnode) const;
-    bool CheckSignature() const;
-    bool ProcessAlert(bool fThread = true); // fThread means run -alertnotify in a free-running thread
+    bool CheckSignature(const std::vector<unsigned char>& alertKey) const;
+    bool ProcessAlert(const std::vector<unsigned char>& alertKey, bool fThread = true); // fThread means run -alertnotify in a free-running thread
     static void Notify(const std::string& strMessage, bool fThread);
 
     /*
This page took 0.028136 seconds and 4 git commands to generate.