From cba6c7a7b245435ee1088df8d250f7b32990fc20 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Wed, 15 Oct 2014 23:06:24 +1100 Subject: [PATCH] tests: remove unused variable --- test/integration/p2sh.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/p2sh.js b/test/integration/p2sh.js index 3d47406..0b975b6 100644 --- a/test/integration/p2sh.js +++ b/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)