book_offers handler

This commit is contained in:
CJ Cobb
2021-01-27 09:47:13 -05:00
parent d22f3f2dba
commit ae494e8ee1
3 changed files with 333 additions and 3 deletions

View File

@@ -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_);