Fix update balance after broadcast a tx
This commit is contained in:
parent
dcf941b8d3
commit
4aafe45fb0
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