This commit is contained in:
jl777
2016-10-18 15:37:26 -03:00
parent a0c2720a1c
commit d067063f13
2 changed files with 13 additions and 3 deletions

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;