scriptHash return true for chunks.length=1 so long as its witness

This commit is contained in:
Thomas Kerin 2017-01-21 01:05:05 +01:00 committed by Daniel Cousens
parent 1edfd30425
commit 793939dc8c
6 changed files with 2 additions and 66 deletions

View file

@ -306,7 +306,6 @@ describe('TransactionBuilder', function () {
it('builds "' + f.description + '"', function () {
var txb = construct(f)
var tx = txb.build()
assert.strictEqual(tx.toHex(), f.txHex)
})
})