Merge pull request #46 from pxgamer/bugfix/transaction-limit-typo
Fix reference to transaction limit in the API
This commit is contained in:
2
api.php
2
api.php
@@ -185,7 +185,7 @@ if ($q == "getAddress") {
|
|||||||
*
|
*
|
||||||
* @apiParam {string} [public_key] Public key
|
* @apiParam {string} [public_key] Public key
|
||||||
* @apiParam {string} [account] Account id / address
|
* @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 {string} block Block ID
|
||||||
* @apiSuccess {numeric} confirmation Number of confirmations
|
* @apiSuccess {numeric} confirmation Number of confirmations
|
||||||
|
|||||||
@@ -905,7 +905,7 @@ define({ "api": [
|
|||||||
"type": "numeric",
|
"type": "numeric",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"field": "limit",
|
"field": "limit",
|
||||||
"description": "<p>Number of confirmed transactions, max 1000, min 1</p>"
|
"description": "<p>Number of confirmed transactions, max 100, min 1</p>"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -905,7 +905,7 @@
|
|||||||
"type": "numeric",
|
"type": "numeric",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"field": "limit",
|
"field": "limit",
|
||||||
"description": "<p>Number of confirmed transactions, max 1000, min 1</p>"
|
"description": "<p>Number of confirmed transactions, max 100, min 1</p>"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user