This commit is contained in:
Matias Alejo Garcia 2014-09-09 15:53:47 -03:00
commit 1c5b59a263
2 changed files with 1 additions and 1 deletions

View file

@ -273,6 +273,7 @@ angular.module('copayApp.services')
});
}
// TODO Move this to wallet model!
root.updateGlobalAddresses = function() {
if (!$rootScope.wallet) return;
root.updateAddressList();