From 5dced856e2f0a1a1d0d715848c5321564f4b5081 Mon Sep 17 00:00:00 2001 From: pxgamer Date: Tue, 9 Apr 2019 16:51:13 +0100 Subject: [PATCH] Fix reference to transaction limit in the API --- doc/api_data.js | 2 +- doc/api_data.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api_data.js b/doc/api_data.js index 8a4e33b..067ccac 100644 --- a/doc/api_data.js +++ b/doc/api_data.js @@ -905,7 +905,7 @@ define({ "api": [ "type": "numeric", "optional": true, "field": "limit", - "description": "

Number of confirmed transactions, max 1000, min 1

" + "description": "

Number of confirmed transactions, max 100, min 1

" } ] } diff --git a/doc/api_data.json b/doc/api_data.json index 834cc7e..2a491d7 100644 --- a/doc/api_data.json +++ b/doc/api_data.json @@ -905,7 +905,7 @@ "type": "numeric", "optional": true, "field": "limit", - "description": "

Number of confirmed transactions, max 1000, min 1

" + "description": "

Number of confirmed transactions, max 100, min 1

" } ] }