removed a updateBalance call from header.js
This commit is contained in:
parent
0b09e13d2b
commit
637c9719f9
1 changed files with 0 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ angular.module('copay.header').controller('HeaderController',
|
|||
$rootScope.$watch('wallet', function(wallet) {
|
||||
if (wallet) {
|
||||
controllerUtils.setSocketHandlers();
|
||||
controllerUtils.updateBalance();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue