set disclaimer flag when import wallet

This commit is contained in:
Gabriel Bazán 2016-08-30 17:31:29 -03:00
commit a595c60892
2 changed files with 31 additions and 1 deletions

View file

@ -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())))