Fix spinner sendingTx

This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-14 17:14:37 -03:00
parent bcd3833445
commit be16ca302a
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 1 additions and 1 deletions

View File

@ -488,8 +488,8 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
ongoingProcess.set('sendingTx', true);
walletService.publishTx(client, txp, function(err, publishedTxp) {
ongoingProcess.set('sendingTx', false);
if (err) {
ongoingProcess.set('sendingTx', false);
return self.setSendError(err);
}