script: minor.

This commit is contained in:
Christopher Jeffrey 2017-02-04 15:08:35 -08:00
parent ef95b69e5e
commit 23f7d3a782
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -3189,6 +3189,7 @@ Script.getSmall = function getSmall(op) {
* @param {Script} output
* @param {TX} tx
* @param {Number} i
* @param {Amount} value
* @param {VerifyFlags} flags
* @returns {Boolean}
* @throws {ScriptError}
@ -3301,6 +3302,7 @@ Script.verify = function verify(input, witness, output, tx, i, value, flags) {
* @param {VerifyFlags} flags
* @param {TX} tx
* @param {Number} i
* @param {Amount} value
* @returns {Boolean}
* @throws {ScriptError}
*/
@ -3372,6 +3374,7 @@ Script.verifyProgram = function verifyProgram(witness, output, flags, tx, i, val
* @param {VerifyFlags} flags
* @param {TX} tx
* @param {Number} i
* @param {Amount} value
* @returns {Boolean}
* @throws {ScriptError}
*/