script: minor.

This commit is contained in:
Christopher Jeffrey 2016-09-18 14:19:44 -07:00
parent ab052eb81d
commit 27e574c7e5
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -3417,7 +3417,7 @@ Script.verifyMast = function verifyMast(program, stack, output, flags, tx, i) {
}
}
output = new bcoin.script(scripts.render());
output = new Script(scripts.render());
output.execute(stack, flags, tx, i, 1);
if (stack.length !== 0)