fix addresses in helper / utxos

This commit is contained in:
Matias Alejo Garcia 2015-02-04 21:40:24 -03:00
parent 9a88a6f8f6
commit 471a9e7c1a
1 changed files with 0 additions and 1 deletions

View File

@ -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);