Merge pull request #4389 from cmgustavo/bug/spinner-sending-tx

Fix spinner sendingTx
This commit is contained in:
Gabriel Edgardo Bazán 2016-06-14 17:23:37 -03:00 committed by GitHub
commit b4feae31e4

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