diff --git a/api.php b/api.php index 2765ef5..facad54 100755 --- a/api.php +++ b/api.php @@ -185,7 +185,7 @@ if ($q == "getAddress") { * * @apiParam {string} [public_key] Public key * @apiParam {string} [account] Account id / address - * @apiParam {numeric} [limit] Number of confirmed transactions, max 1000, min 1 + * @apiParam {numeric} [limit] Number of confirmed transactions, max 100, min 1 * * @apiSuccess {string} block Block ID * @apiSuccess {numeric} confirmation Number of confirmations 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

" } ] }