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
|
@ -83,7 +83,7 @@ describe('bitcoinjs-lib (basic)', function () {
|
|||
var tx = new bitcoin.TransactionBuilder(network)
|
||||
tx.addInput(unspents[0].txId, unspents[0].vout)
|
||||
tx.addInput(unspents[1].txId, unspents[1].vout)
|
||||
tx.addOutput('n2eMqTT929pb1RDNuqEnxdaLau1rxy3efi', 1e4)
|
||||
tx.addOutput(blockchain.t.RETURN, 1e4)
|
||||
tx.addOutput('mvGVHWi6gbkBZZPaqBVRcxvKVPYd9r3fp7', 1e4)
|
||||
tx.sign(0, alice)
|
||||
tx.sign(1, bob)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue