Merge pull request #2414 from cmgustavo/bug/ux-loading-01
Fixes loading message after press a button
This commit is contained in:
commit
3eab8ab8e5
11 changed files with 110 additions and 85 deletions
|
|
@ -1651,6 +1651,7 @@ Wallet.prototype.broadcastToBitcoinNetwork = function(ntxid, cb) {
|
|||
log.debug('Wallet:' + self.getName() + ' Send failed:' + err);
|
||||
|
||||
self._checkIfTxIsSent(ntxid, function(err, txid) {
|
||||
self.emitAndKeepAlive('balanceUpdated');
|
||||
return cb(err, txid);
|
||||
});
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue