Skip to content

Commit

Permalink
Merge pull request #1983 from KomodoPlatform/bestorders_bug
Browse files Browse the repository at this point in the history
use v2 request format for bestorders
  • Loading branch information
smk762 authored Sep 28, 2022
2 parents ba7e900 + 3724abc commit 68df4d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ namespace atomic_dex

//! Prepare request
nlohmann::json batch = nlohmann::json::array();
nlohmann::json best_orders_req_json = mm2::template_request("best_orders");
nlohmann::json best_orders_req_json = mm2::template_request("best_orders", true);
to_json(best_orders_req_json, req);
batch.push_back(best_orders_req_json);

Expand Down

0 comments on commit 68df4d3

Please sign in to comment.