From 3ac22f03382aa263d0e309c26e3df7f58b4efb4d Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Thu, 14 Jul 2016 14:01:33 -0700 Subject: [PATCH] comment. --- lib/bcoin/script.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/bcoin/script.js b/lib/bcoin/script.js index 37a70a06..0ad7d1b5 100644 --- a/lib/bcoin/script.js +++ b/lib/bcoin/script.js @@ -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} */