mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-05 01:36:51 +00:00
chore: update libxrpl (#2186)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user