fix docs.

This commit is contained in:
Christopher Jeffrey 2016-04-15 08:01:03 -07:00
parent cb27964b3b
commit fbc8af9d94
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -1564,6 +1564,7 @@ Script.bool = function bool(value) {
* @param {Buffer} value
* @param {Number?} flags - Script standard flags.
* @param {Number?} size - Max size in bytes.
* @returns {BN}
* @throws {ScriptError}
*/