From 2cccf20c9d68bcc8c1b671f487e57187a430e573 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Wed, 22 Apr 2015 14:33:09 -0300 Subject: [PATCH] improve docs to show signatures type --- lib/script/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/script/script.js b/lib/script/script.js index 58f83df..ed7428a 100644 --- a/lib/script/script.js +++ b/lib/script/script.js @@ -591,7 +591,7 @@ Script.buildMultisigOut = function(publicKeys, threshold, opts) { * * @param {PublicKey[]} pubkeys list of all public keys controlling the output * @param {number} threshold amount of required signatures to spend the output - * @param {Array} signatures signatures to append to the script + * @param {Array} signatures and array of signature buffers to append to the script * @param {Object=} opts * @param {boolean=} opts.noSorting don't sort the given public keys before creating the script (false by default) * @param {Script=} opts.cachedMultisig don't recalculate the redeemScript