script: minor.
This commit is contained in:
parent
ab052eb81d
commit
27e574c7e5
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user