From 70966df297b9b4b3315611b2fee0d7cbf99babbc Mon Sep 17 00:00:00 2001 From: nunomendes <4071896+nunomendes@users.noreply.github.com> Date: Wed, 25 Apr 2018 12:06:26 +0100 Subject: [PATCH] Update api_data.js field name correction on getTransactions api call --- doc/api_data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api_data.js b/doc/api_data.js index babae17..052e013 100644 --- a/doc/api_data.js +++ b/doc/api_data.js @@ -771,7 +771,7 @@ define({ "api": [ "group": "Success 200", "type": "numeric", "optional": false, - "field": "confirmation", + "field": "confirmations", "description": "
Number of confirmations
" }, {