fixed log message

This commit is contained in:
Evan Duffield 2015-02-13 12:53:45 -07:00
parent 70c4e0bdee
commit bdbdbf993f

View File

@ -2857,7 +2857,7 @@ bool CheckBlock(const CBlock& block, CValidationState& state, bool fCheckPOW, bo
} }
} }
} else { } else {
LogPrintf("CheckBlock() : fork detected, skipping transaction locking checks\n"); LogPrintf("CheckBlock() : skipping transaction locking checks\n");
} }