mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-25 21:45:52 +00:00
Move PackedMessage to ripple_data
This commit is contained in:
@@ -118,7 +118,7 @@ Ledger::pointer LedgerMaster::closeLedger(bool recover)
|
||||
{
|
||||
TransactionEngineParams tepFlags = tapOPEN_LEDGER;
|
||||
|
||||
if (theApp->isNew(it->first.getTXID(), SF_SIGGOOD))
|
||||
if (theApp->getHashRouter ().addSuppressionPeer (it->first.getTXID(), SF_SIGGOOD))
|
||||
tepFlags = static_cast<TransactionEngineParams>(tepFlags | tapNO_CHECK_SIGN);
|
||||
|
||||
bool didApply;
|
||||
|
||||
Reference in New Issue
Block a user