mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 11:45:53 +00:00
book_offers handler
This commit is contained in:
@@ -1206,8 +1206,7 @@ public:
|
||||
}
|
||||
|
||||
std::vector<LedgerObject>
|
||||
doBookOffers(std::vector<unsigned char> const& book, uint32_t sequence)
|
||||
const
|
||||
doBookOffers(ripple::uint256 const& book, uint32_t sequence) const
|
||||
{
|
||||
BOOST_LOG_TRIVIAL(debug) << "Starting doBookOffers";
|
||||
CassStatement* statement = cass_prepared_bind(upperBound_);
|
||||
|
||||
Reference in New Issue
Block a user