Fix signing legacy check

This commit is contained in:
jl777
2019-07-09 02:04:54 -11:00
parent 9a3cf79c37
commit 7e47549603
2 changed files with 3 additions and 2 deletions

View File

@@ -3974,7 +3974,8 @@ bool static FlushStateToDisk(CValidationState &state, FlushStateMode mode) {
void FlushStateToDisk() {
CValidationState state;
FlushStateToDisk(state, FLUSH_STATE_ALWAYS);
if ( KOMODO_NSPV == 0 )
FlushStateToDisk(state, FLUSH_STATE_ALWAYS);
}
void PruneAndFlush() {