Merge branch 'master' into json_mempool_add_limit

This commit is contained in:
moneroexamples 2017-05-12 13:38:23 +08:00 committed by GitHub
commit 5a5a39654a
1 changed files with 1 additions and 1 deletions

View File

@ -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";