mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +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));
|
||||
|
||||
if (isTesSuccess (terResult))
|
||||
getApp().getOrderBookDB ().invalidate ();
|
||||
|
||||
return terResult;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user