This commit is contained in:
jl777
2016-10-18 15:44:56 -03:00
parent 464334bda5
commit 31aecb4808

View File

@@ -2221,7 +2221,7 @@ bool ConnectBlock(const CBlock& block, CValidationState& state, CBlockIndex* pin
int64_t nTime4 = GetTimeMicros(); nTimeCallbacks += nTime4 - nTime3;
LogPrint("bench", " - Callbacks: %.2fms [%.2fs]\n", 0.001 * (nTime4 - nTime3), nTimeCallbacks * 0.000001);
//FlushStateToDisk();
FlushStateToDisk();
komodo_connectblock(pindex,*(CBlock *)&block);
return true;