fix import from xPriv (#4192)

This commit is contained in:
Matias Alejo Garcia 2016-05-09 12:03:25 -03:00 committed by Gustavo Maximiliano Cortez
commit 88ac00afcc
3 changed files with 20 additions and 14 deletions

View file

@ -495,7 +495,7 @@ angular.module('copayApp.services')
var walletClient = bwcService.getClient();
$log.debug('Importing Wallet xPrivKey');
walletClient.importFromExtendedPrivateKey(xPrivKey, function(err) {
walletClient.importFromExtendedPrivateKey(xPrivKey, opts, function(err) {
if (err)
return bwsError.cb(err, gettext('Could not import'), cb);