From c8afc800ff3b035ddacf6a0172fdd2643381d717 Mon Sep 17 00:00:00 2001 From: Quentin Le Sceller Date: Tue, 30 Oct 2018 15:49:45 +0100 Subject: [PATCH] Small correction in Node API (#1881) --- doc/api/node_api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/node_api.md b/doc/api/node_api.md index f158fda4f..1071ddc77 100644 --- a/doc/api/node_api.md +++ b/doc/api/node_api.md @@ -766,7 +766,7 @@ Build a merkle proof for a given output id and return a dummy output with merkle * **URL** - /v1/txhashset/merkleproof?n=x + /v1/txhashset/merkleproof?id=x * **Method:** @@ -775,7 +775,7 @@ Build a merkle proof for a given output id and return a dummy output with merkle * **URL Params** **Required:** - `n=[string]` + `id=[string]` * **Data Params** @@ -805,7 +805,7 @@ Build a merkle proof for a given output id and return a dummy output with merkle ```javascript $.ajax({ - url: "/v1/txhashset/merkleproof?n=0803516094a30830ed9fedff1c63251b51703ddffbb73f944d9e33e8fa5d17444f", + url: "/v1/txhashset/merkleproof?id=0803516094a30830ed9fedff1c63251b51703ddffbb73f944d9e33e8fa5d17444f", dataType: "json", type : "GET", success : function(r) {