chore: update libxrpl (#2186)

This commit is contained in:
Peter Chen
2025-06-06 10:25:21 -04:00
committed by GitHub
parent 4994f9db92
commit ed47db7d39
6 changed files with 19 additions and 11 deletions

View File

@@ -277,7 +277,8 @@ TransactionFeed::pub(
// determine the OrderBook
ripple::Book const book{
data->getFieldAmount(ripple::sfTakerGets).issue(),
data->getFieldAmount(ripple::sfTakerPays).issue()
data->getFieldAmount(ripple::sfTakerPays).issue(),
std::nullopt
};
if (affectedBooks.find(book) == affectedBooks.end()) {
affectedBooks.insert(book);