fix join wallet

This commit is contained in:
Matias Alejo Garcia 2016-06-15 11:17:52 -03:00
commit cf58dfab21
No known key found for this signature in database
GPG key ID: 02470DB551277AB3

View file

@ -95,7 +95,7 @@ angular.module('copayApp.services')
client.on('walletCompleted', function() {
$log.debug('Wallet completed');
root.updateCredentials(client.export(), function() {
root.updateCredentials(JSON.parse(client.export()), function() {
$rootScope.$emit('Local/WalletCompleted', walletId);
});
});