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