Merge pull request #4389 from cmgustavo/bug/spinner-sending-tx
Fix spinner sendingTx
This commit is contained in:
commit
b4feae31e4
1 changed files with 1 additions and 1 deletions
|
|
@ -488,8 +488,8 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
||||||
|
|
||||||
ongoingProcess.set('sendingTx', true);
|
ongoingProcess.set('sendingTx', true);
|
||||||
walletService.publishTx(client, txp, function(err, publishedTxp) {
|
walletService.publishTx(client, txp, function(err, publishedTxp) {
|
||||||
|
ongoingProcess.set('sendingTx', false);
|
||||||
if (err) {
|
if (err) {
|
||||||
ongoingProcess.set('sendingTx', false);
|
|
||||||
return self.setSendError(err);
|
return self.setSendError(err);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue