integration: return funds to our faucet

This commit is contained in:
Daniel Cousens 2016-10-13 17:12:08 +11:00 committed by Daniel Cousens
parent 809e23f550
commit 52bcfe72be
5 changed files with 9 additions and 6 deletions
test/integration

View file

@ -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()