mirror of
https://github.com/XRPLF/clio.git
synced 2026-07-27 09:00:27 +00:00
feat: Support Permissioned DEX (#2152)
Fix: https://github.com/XRPLF/clio/issues/2143 Will add tests
This commit is contained in:
@@ -278,7 +278,7 @@ TransactionFeed::pub(
|
||||
ripple::Book const book{
|
||||
data->getFieldAmount(ripple::sfTakerGets).issue(),
|
||||
data->getFieldAmount(ripple::sfTakerPays).issue(),
|
||||
std::nullopt
|
||||
(*data)[~ripple::sfDomainID]
|
||||
};
|
||||
if (affectedBooks.find(book) == affectedBooks.end()) {
|
||||
affectedBooks.insert(book);
|
||||
|
||||
Reference in New Issue
Block a user