Update api_data.js

field name correction on getTransactions api call
This commit is contained in:
nunomendes
2018-04-25 12:06:26 +01:00
committed by GitHub
parent a5ec44dd6d
commit 70966df297

View File

@@ -771,7 +771,7 @@ define({ "api": [
"group": "Success 200", "group": "Success 200",
"type": "numeric", "type": "numeric",
"optional": false, "optional": false,
"field": "confirmation", "field": "confirmations",
"description": "<p>Number of confirmations</p>" "description": "<p>Number of confirmations</p>"
}, },
{ {