This commit is contained in:
Christopher Jeffrey 2016-07-14 14:01:33 -07:00
parent e51736728e
commit 3ac22f0338
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -2999,10 +2999,7 @@ Script.prototype.isNulldata = function isNulldata(minimal) {
/**
* Test whether the output script is a segregated witness
* commitment. Note that commitments are a superset of nulldata
* as they can have multiple pushdata ops. When validating for
* standardness, commitments should not be allowed in anything
* but coinbases.
* commitment.
* @returns {Boolean}
*/