mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 22:45:52 +00:00
Make sure to check the signature, even in this odd edge case.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user