Fix reference to transaction limit in the API

This commit is contained in:
pxgamer
2019-04-09 16:51:13 +01:00
parent 7e28ce9246
commit 5dced856e2
2 changed files with 2 additions and 2 deletions

View File

@@ -905,7 +905,7 @@ define({ "api": [
"type": "numeric",
"optional": true,
"field": "limit",
"description": "<p>Number of confirmed transactions, max 1000, min 1</p>"
"description": "<p>Number of confirmed transactions, max 100, min 1</p>"
}
]
}

View File

@@ -905,7 +905,7 @@
"type": "numeric",
"optional": true,
"field": "limit",
"description": "<p>Number of confirmed transactions, max 1000, min 1</p>"
"description": "<p>Number of confirmed transactions, max 100, min 1</p>"
}
]
}