From b3bec0961b9c720fd9e33bb30cc48cd5154b224e Mon Sep 17 00:00:00 2001 From: pxgamer Date: Tue, 9 Apr 2019 17:11:08 +0100 Subject: [PATCH] Remove limit 1000 reference from ApiDoc comments --- api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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