This commit is contained in:
Matias Alejo Garcia 2016-06-14 17:59:23 -03:00
parent 7111bdf7f2
commit 24f8944ec3
No known key found for this signature in database
GPG Key ID: 02470DB551277AB3
1 changed files with 1 additions and 1 deletions

View File

@ -691,7 +691,7 @@ angular.module('copayApp.services')
};
root.updateCredentials = function(credentials, cb) {
var t = root.profile.updateWallet(credentials);
root.profile.updateWallet(credentials);
storageService.storeProfile(root.profile, cb);
};