mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
Fix nft_sell_offers/nft_buy_offers limit and marker correctness (#342)
Fixes #335
This commit is contained in:
@@ -87,7 +87,7 @@ doAccountChannels(Context const& context)
|
||||
response[JS(channels)] = boost::json::value(boost::json::array_kind);
|
||||
boost::json::array& jsonChannels = response.at(JS(channels)).as_array();
|
||||
|
||||
auto const addToResponse = [&](ripple::SLE const& sle) {
|
||||
auto const addToResponse = [&](ripple::SLE&& sle) {
|
||||
if (sle.getType() == ripple::ltPAYCHAN &&
|
||||
sle.getAccountID(ripple::sfAccount) == accountID &&
|
||||
(!destAccount ||
|
||||
|
||||
Reference in New Issue
Block a user