]> Git Repo - VerusCoin.git/blobdiff - src/main.h
Merge pull request #5947
[VerusCoin.git] / src / main.h
index 07a709b75c8d36d74db4479f784a2af816b7f2dd..6c380b104dbad0ed4a2a8463699ac5169f7e6703 100644 (file)
@@ -194,6 +194,8 @@ bool ProcessMessages(CNode* pfrom);
 bool SendMessages(CNode* pto, bool fSendTrickle);
 /** Run an instance of the script checking thread */
 void ThreadScriptCheck();
+/** Try to detect Partition (network isolation) attacks against us */
+void PartitionCheck(bool (*initialDownloadCheck)(), CCriticalSection& cs, const CChain& chain, int64_t nPowTargetSpacing);
 /** Check whether we are doing an initial block download (synchronizing from disk or network) */
 bool IsInitialBlockDownload();
 /** Format a string that describes several potential problems detected by the core */
This page took 0.021465 seconds and 4 git commands to generate.