mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 06:55:50 +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;
|
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);
|
tepFlags = static_cast<TransactionEngineParams>(tepFlags | tapNO_CHECK_SIGN);
|
||||||
|
|
||||||
bool didApply;
|
bool didApply;
|
||||||
|
|||||||
Reference in New Issue
Block a user