set disclaimer flag when import wallet
This commit is contained in:
parent
6eb87704ba
commit
a595c60892
2 changed files with 31 additions and 1 deletions
|
|
@ -462,7 +462,6 @@ angular.module('copayApp.services')
|
|||
if (!client || !client.credentials)
|
||||
return cb(gettext('Could not access wallet'));
|
||||
|
||||
if (root.profile) root.profile = Profile.create();
|
||||
var walletId = client.credentials.walletId
|
||||
|
||||
if (!root.profile.addWallet(JSON.parse(client.export())))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue