Merge branch 'master' into json_mempool_add_limit

basicauth
moneroexamples 7 years ago committed by GitHub
commit 5a5a39654a

@ -4273,8 +4273,8 @@ namespace xmreg
j_data["page"] = page;
j_data["limit"] = limit;
j_data["current_height"] = height;
j_data["total_page_no"] = limit > 0 ? (height / limit) : 0;
j_data["total_page_no"] = limit > 0 ? (height / limit) : 0;
j_response["status"] = "success";

Loading…
Cancel
Save