better wallet info

This commit is contained in:
Matias Alejo Garcia 2015-11-07 11:40:35 -03:00
commit ce197d4b29
4 changed files with 25 additions and 5 deletions

View file

@ -7,7 +7,7 @@ angular.module('copayApp.controllers').controller('preferencesInformation',
var c = fc.credentials;
this.init = function() {
var basePath = profileService.getUtils().getBaseAddressDerivationPath(c.derivationStrategy, c.network, 0);
var basePath = profileService.getUtils().getBaseAddressDerivationPath(c.derivationStrategy, c.network, c.account);
$scope.walletName = c.walletName;
$scope.walletId = c.walletId;

View file

@ -46,8 +46,6 @@ angular.module('copayApp.services')
client.setNotificationsInterval(BACKGROUND_UPDATE_PERIOD);
});
root.focusedClient.setNotificationsInterval(FOREGROUND_UPDATE_PERIOD);
console.log('[profileService.js.49] SETTING...'); //TODO
}
return cb();