fix join wallet
This commit is contained in:
parent
a5d6156a7a
commit
cf58dfab21
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue