Merge pull request #46 from pxgamer/bugfix/transaction-limit-typo

Fix reference to transaction limit in the API
This commit is contained in:
arionum
2019-05-03 01:44:01 +03:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -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

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>"
}
]
}