fix standard 11 issues
This commit is contained in:
parent
b2d34c5fa8
commit
4aaf295cd5
5 changed files with 9 additions and 9 deletions
test/integration
|
@ -12,7 +12,7 @@ describe('bitcoinjs-lib (blocks)', function () {
|
|||
|
||||
assert.strictEqual(tx.ins.length, 1)
|
||||
let script = tx.ins[0].script
|
||||
// bitcoin.script.decompile(script) // returns [] :(
|
||||
// bitcoin.script.decompile(script) // returns [] :(
|
||||
|
||||
assert.strictEqual(script[0], 0x03)
|
||||
let heightBuffer = script.slice(1, 4)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue