This commit is contained in:
Christopher Jeffrey 2016-03-04 05:10:33 -08:00
parent 88bf5f4b9a
commit 24625b1abf

View File

@ -218,7 +218,7 @@ MTX.prototype.scriptInput = function scriptInput(index, addr) {
return false;
if (prev[1].length === 32) {
// Bare P2WPSH.
// Bare P2WSH.
if (!addr.script || !utils.isEqual(prev[1], addr.scriptHash256))
return false;