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

@ -34,7 +34,7 @@ angular.module('copayApp.controllers').controller('txpDetailsController', functi
walletService.publishAndSign($scope.wallet, $scope.tx, function(err, txp) {
$scope.$emit('UpdateTx');
if (err) return setSendError(err);
$scope.close(signedTxp);
$scope.close(txp);
});
};