From b0a75baa5a6aa2e6f668f58413b922c818013ac9 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Fri, 25 Aug 2017 15:06:12 -0700 Subject: [PATCH] test: minor. --- test/script-test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/script-test.js b/test/script-test.js index dc47e8d0..a50ff9b4 100644 --- a/test/script-test.js +++ b/test/script-test.js @@ -290,8 +290,8 @@ describe('Script', function() { index: 0xffffffff }, script: [ - Opcode.fromOp(0), - Opcode.fromOp(0) + Opcode.fromInt(0), + Opcode.fromInt(0) ], witness: [], sequence: 0xffffffff