Skip to content

Commit

Permalink
integration: use 'bitcoinjs-lib' as OP_RETURN constant
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Jan 27, 2015
1 parent 5e1cd6e commit 234ae84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/advanced.js
Expand Up @@ -32,7 +32,7 @@ describe('bitcoinjs-lib (advanced)', function() {
if (err) return done(err)

var tx = new bitcoin.TransactionBuilder()
var data = new Buffer('cafedeadbeef', 'hex')
var data = new Buffer('bitcoinjs-lib')
var dataScript = bitcoin.scripts.nullDataOutput(data)

var unspent = unspents.pop()
Expand Down

0 comments on commit 234ae84

Please sign in to comment.