From 471a9e7c1ad1f0bdf804f28cfb4928a4a1d2079f Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Wed, 4 Feb 2015 21:40:24 -0300 Subject: [PATCH] fix addresses in helper / utxos --- test/integration.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration.js b/test/integration.js index 353dcc0..1662b00 100644 --- a/test/integration.js +++ b/test/integration.js @@ -986,7 +986,6 @@ describe('Copay server', function() { }, function(err, txs) { var tx = txs[0]; tx.id.should.equal(txid); -console.log('[integration.js.988:tx:]',tx); //TODO // var signatures = helpers.clientSign(tx, someXPrivKey[0], wallet.n);