X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fmain.h;h=4992041d80d3848fa490161edfbf69b795ef8fd9;hb=refs%2Fpull%2F249%2Fhead;hp=abcc1aa0238d87cb5b0108a5234427107b27d8d9;hpb=33d45ddc282cea089237530f08bb8368aa686ead;p=novacoin.git diff --git a/src/main.h b/src/main.h index abcc1aa..4992041 100644 --- a/src/main.h +++ b/src/main.h @@ -1452,7 +1452,7 @@ public: uint256 GetBlockHash() const { - if (fUseFastIndex && (nTime < GetAdjustedTime() - 24 * 60 * 60) && blockHash != 0) + if (fUseFastIndex && (nTime < GetAdjustedTime() - nOneDay) && blockHash != 0) return blockHash; CBlock block;