tests: remove unused variable
This commit is contained in:
parent
4854e4ad0a
commit
cba6c7a7b2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue