Updated unit tests for Script class

This commit is contained in:
Chris Troutner
2020-06-08 14:11:26 -07:00
parent ab0b0b0009
commit c5c6a0242e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ describe("#Script", () => {
Buffer.from("00000001", "hex")
]
const data = bchjs.Script.encode(scriptArr)
const data = bchjs.Script.encode2(scriptArr)
// convert data to a hex string
let str = ""