From 484b7075894cdb998eaf65e585a4686d5b6a7f09 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Mon, 16 May 2016 17:39:54 -0400 Subject: [PATCH] bitcoind: update jsdocs for getDetailedTransaction --- lib/services/bitcoind.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/services/bitcoind.js b/lib/services/bitcoind.js index 6b199ec0..921fa59d 100644 --- a/lib/services/bitcoind.js +++ b/lib/services/bitcoind.js @@ -1718,6 +1718,7 @@ Bitcoin.prototype.getTransaction = function(txid, callback) { * sequence: 123456789, * script: [hexString], * scriptAsm: [asmString], + * address: '1LCTmj15p7sSXv3jmrPfA6KGs6iuepBiiG', * satoshis: 771146 * } * ],