mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
It is not longer necessary to invalidate the OrderBookDB
This commit is contained in:
@@ -728,9 +728,6 @@ TER OfferCreateTransactor::doApply ()
|
|||||||
|
|
||||||
CondLog (tesSUCCESS != terResult, lsINFO, OfferCreateTransactor) << boost::str (boost::format ("OfferCreate: final terResult=%s") % transToken (terResult));
|
CondLog (tesSUCCESS != terResult, lsINFO, OfferCreateTransactor) << boost::str (boost::format ("OfferCreate: final terResult=%s") % transToken (terResult));
|
||||||
|
|
||||||
if (isTesSuccess (terResult))
|
|
||||||
getApp().getOrderBookDB ().invalidate ();
|
|
||||||
|
|
||||||
return terResult;
|
return terResult;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user