TxBuilder: add failing test for non-zero vin inputs
This commit is contained in:
parent
43d135c4b3
commit
1c744cfa5a
2 changed files with 21 additions and 0 deletions
|
@ -182,6 +182,7 @@ describe('TransactionBuilder', function() {
|
|||
var tx = txb.build()
|
||||
|
||||
assert.equal(tx.getId(), f.txid)
|
||||
assert.equal(tx.toHex(), f.txhex)
|
||||
})
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue