This commit is contained in:
Matias Alejo Garcia 2016-06-14 17:59:23 -03:00
commit 24f8944ec3
No known key found for this signature in database
GPG key ID: 02470DB551277AB3

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);
};