mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove bogus assert.
This commit is contained in:
@@ -649,7 +649,6 @@ void LedgerConsensus::applyTransaction(TransactionEngine& engine, SerializedTran
|
||||
else
|
||||
{
|
||||
Log(lsINFO) << " hard fail";
|
||||
assert(!ledger->hasTransaction(txn->getTransactionID()));
|
||||
}
|
||||
#ifndef TRUST_NETWORK
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user