Make sure to check the signature, even in this odd edge case.

This commit is contained in:
JoelKatz
2013-05-16 19:31:52 -07:00
parent c66a3c8a88
commit fee53cd0cf

View File

@@ -111,7 +111,7 @@ Ledger::pointer LedgerMaster::closeLedger(bool recover)
{
TransactionEngineParams tepFlags = tapOPEN_LEDGER;
if (theApp->isNew(it->first.getTXID(), SF_SIGGOOD));
if (theApp->isNew(it->first.getTXID(), SF_SIGGOOD))
tepFlags = static_cast<TransactionEngineParams>(tepFlags | tapNO_CHECK_SIGN);
bool didApply;