PPCoin: RPC commands show difficulty of proof-of-work blocks only
[novacoin.git] / src / main.h
index 2748269..42d3759 100644 (file)
@@ -110,6 +110,7 @@ bool IsInitialBlockDownload();
 std::string GetWarnings(std::string strFor);
 bool Reorganize(CTxDB& txdb, CBlockIndex* pindexNew);
 uint256 WantedByOrphan(const CBlock* pblockOrphan);
+const CBlockIndex* GetLastBlockIndex(const CBlockIndex* pindex, bool fProofOfStake);