Browse Source

fix addresses in helper / utxos

activeAddress
Matias Alejo Garcia 10 years ago
parent
commit
471a9e7c1a
  1. 1
      test/integration.js

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

Loading…
Cancel
Save