X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fmain.cpp;h=2bedf2918acc2afa51d3734e56d5d04075eccd6c;hb=4d2ccca61bf9328cabec4e0f303912dfb2210f6e;hp=01d99ebaf2c65efbd500e2b968722b43c008050b;hpb=ca01452ddf42045cc9032cb1d4bafc245ad8500b;p=novacoin.git diff --git a/src/main.cpp b/src/main.cpp index 01d99eb..2bedf29 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2262,7 +2262,7 @@ CBigNum CBlockIndex::GetBlockTrust() const } // New protocol - if (pprev == NULL || pprev->nHeight < 10) + if (pprev == NULL || pprev->nHeight < 12) return 1; const CBlockIndex* currentIndex = pprev;