X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fmain.h;h=42d375939830857543fa69969520bf4889690d24;hp=2748269343817b6825c78f326e937f9865be0ff2;hb=167517ffee2ac1111d2a492fd0c68a011e9f0c97;hpb=b0ec2702f495d3f806eebdacef57a39f72afdb13 diff --git a/src/main.h b/src/main.h index 2748269..42d3759 100644 --- a/src/main.h +++ b/src/main.h @@ -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);