mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix for doOfferCancel.
This commit is contained in:
@@ -2239,10 +2239,10 @@ TransactionEngineResult TransactionEngine::doOfferCancel(const SerializedTransac
|
||||
|
||||
terResult = dirDelete(true, uOwnerNode, Ledger::getOwnerDirIndex(uSrcAccountID), uLedgerIndex);
|
||||
|
||||
// if (terSUCCESS == terResult)
|
||||
// {
|
||||
// terResult = dirDelete(false, uBookNode, uDirectory, uLedgerIndex);
|
||||
// }
|
||||
if (terSUCCESS == terResult)
|
||||
{
|
||||
terResult = dirDelete(false, uBookNode, uDirectory, uLedgerIndex);
|
||||
}
|
||||
|
||||
entryDelete(sleOffer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user