This commit is contained in:
jl777
2019-01-24 03:32:22 -11:00
parent d8611d936d
commit 10b7fff5bc

View File

@@ -3236,6 +3236,7 @@ enum FlushStateMode {
FLUSH_STATE_PERIODIC,
FLUSH_STATE_ALWAYS
};
bool static FlushStateToDisk(CValidationState &state, FlushStateMode mode);
bool ConnectBlock(const CBlock& block, CValidationState& state, CBlockIndex* pindex, CCoinsViewCache& view, bool fJustCheck,bool fCheckPOW)
{