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 d12e346613
commit 7f25ccec49

View File

@@ -103,7 +103,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;