send send

This commit is contained in:
Matias Alejo Garcia 2016-08-18 14:51:35 -03:00
commit 2b5a3bb5a2
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
5 changed files with 123 additions and 119 deletions

View file

@ -911,7 +911,7 @@ angular.module('copayApp.services').factory('walletService', function($log, $tim
if (err) return cb(err);
ongoingProcess.set('signingTx', true);
root.signTx(wallet, txp, function(err, signedTxp) {
root.signTx(wallet, publishedTxp, function(err, signedTxp) {
ongoingProcess.set('signingTx', false);
root.lock(wallet);