add account to join

This commit is contained in:
Matias Alejo Garcia 2015-11-04 18:08:22 -03:00
commit d805d3484b
4 changed files with 18 additions and 4 deletions

View file

@ -186,11 +186,10 @@ angular.module('copayApp.services')
// </ Nasty
if (opts.fromHardware && opts.n>1) {
walletClient.credentials.derivationStrategy ==
//walletClient.credentials.derivationStrategy ==
}
// Nasty>
}
} catch (ex) {
$log.info(ex);
return cb(gettext('Could not create: Invalid wallet seed'));