integration: return funds to our faucet
This commit is contained in:
parent
809e23f550
commit
52bcfe72be
5 changed files with 9 additions and 6 deletions
test/integration
|
@ -20,6 +20,7 @@ describe('bitcoinjs-lib (advanced)', function () {
|
|||
|
||||
tx.addInput(unspent.txId, unspent.vout)
|
||||
tx.addOutput(dataScript, 1000)
|
||||
tx.addOutput(blockchain.t.RETURN, 1e4)
|
||||
tx.sign(0, keyPair)
|
||||
var txRaw = tx.build()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue