PPCoin: Force reorganization for synchronized checkpoint
[novacoin.git] / src / main.h
index 2baf7c4..feed1e2 100644 (file)
@@ -107,6 +107,7 @@ unsigned int ComputeMinWork(unsigned int nBase, int64 nTime);
 int GetNumBlocksOfPeers();
 bool IsInitialBlockDownload();
 std::string GetWarnings(std::string strFor);
+bool Reorganize(CTxDB& txdb, CBlockIndex* pindexNew);