tests: add [failing] raw multisig fixture for TxBuilder

This commit is contained in:
Daniel Cousens 2015-01-05 14:55:52 +11:00
parent b629a03c98
commit 35fa86c1f9
2 changed files with 21 additions and 5 deletions

View file

@ -246,7 +246,6 @@ describe('TransactionBuilder', function() {
var tx = txb.build()
assert.equal(tx.getId(), f.txid)
assert.equal(tx.toHex(), f.txhex)
})
})