mirror of
https://github.com/Permissionless-Software-Foundation/bch-js.git
synced 2026-09-21 16:51:59 -07:00
Updated unit tests for Script class
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user