diff --git a/src/cpp/ripple/LedgerMaster.cpp b/src/cpp/ripple/LedgerMaster.cpp index 6240c80e34..b671240b42 100644 --- a/src/cpp/ripple/LedgerMaster.cpp +++ b/src/cpp/ripple/LedgerMaster.cpp @@ -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(tepFlags | tapNO_CHECK_SIGN); bool didApply;