Fix spinner sendingTx
This commit is contained in:
parent
bcd3833445
commit
be16ca302a
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