X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fmain.h;h=cb7650cdf2b8c11e71bd68a6011f745df0d52f84;hp=df49707e1458b2a96d3b03bb954c7f7fe40900d1;hb=2d6690cc0c0e2525996856c392566133d1b2de50;hpb=8982b69aabfefd65e8f3d859018228998f523cae diff --git a/src/main.h b/src/main.h index df49707..cb7650c 100644 --- a/src/main.h +++ b/src/main.h @@ -794,7 +794,7 @@ public: ) - int SetMerkleBranch(const CBlock* pblock=NULL); + int SetMerkleBranch(const CBlock* pblock); int GetDepthInMainChain(CBlockIndex* &pindexRet) const; int GetDepthInMainChain() const { CBlockIndex *pindexRet; return GetDepthInMainChain(pindexRet); } bool IsInMainChain() const { return GetDepthInMainChain() > 0; }