Fix reference to transaction limit in the API
This commit is contained in:
@@ -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