It is not longer necessary to invalidate the OrderBookDB

This commit is contained in:
JoelKatz
2013-10-04 02:33:33 -07:00
parent a1b958eaac
commit 86f662aa4a

View File

@@ -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;
}