Browse Source

tests: remove unused variable

hk-custom-address
Daniel Cousens 10 years ago
parent
commit
cba6c7a7b2
  1. 2
      test/integration/p2sh.js

2
test/integration/p2sh.js

@ -57,7 +57,7 @@ describe('Bitcoin-js', function() {
})
// broadcast our transaction
helloblock.transactions.propagate(txb.build().toHex(), function(err, res) {
helloblock.transactions.propagate(txb.build().toHex(), function(err) {
// no err means that the transaction has been successfully propagated
if (err) return done(err)

Loading…
Cancel
Save