trezor WIP

This commit is contained in:
Matias Alejo Garcia 2015-09-28 10:26:57 -03:00
commit 4c9385f78b
2 changed files with 2 additions and 1 deletions

View file

@ -276,7 +276,7 @@ console.log('[profileService.js.239:walletClient:]',walletClient); //TODO
root._seedWallet(opts, function(err, walletClient) {
if (err) return cb(err);
walletClient.joinWallet(opts.secret, opts.myName || 'me', function(err) {
walletClient.joinWallet(opts.secret, opts.myName || 'me', {}, function(err) {
if (err) return bwsError.cb(err, gettext('Could not join wallet'), cb);
root.profile.credentials.push(JSON.parse(walletClient.export()));