mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
Merge branch 'master' into json_mempool_add_limit
This commit is contained in:
commit
5a5a39654a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue