mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Tidy up OrderBook
This commit is contained in:
@@ -44,6 +44,7 @@ void OrderBookDB::setup(Ledger::ref ledger)
|
||||
uint256 index = Ledger::getBookBase(ci, ii, co, io);
|
||||
if (mSeen.insert(index).second)
|
||||
{
|
||||
// VFALCO TODO Reduce the clunkiness of these parameter wrappers
|
||||
OrderBook::pointer book = boost::make_shared<OrderBook>(boost::cref(index),
|
||||
boost::cref(ci), boost::cref(co), boost::cref(ii), boost::cref(io));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user