Merge pull request #2588 from cmgustavo/bug/update-balance-01
Fix update balance after broadcast a tx
This commit is contained in:
commit
277ce12288
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
self.walletScanStatus = walletStatus.wallet.scanStatus;
|
||||
self.copayers = walletStatus.wallet.copayers;
|
||||
self.setBalance(walletStatus.balance);
|
||||
$rootScope.$apply();
|
||||
});
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue