complete decrypt pk process

This commit is contained in:
Javier 2016-10-13 10:16:10 -03:00
commit 1c40185b05
3 changed files with 44 additions and 33 deletions

View file

@ -1000,7 +1000,7 @@ angular.module('copayApp.services').factory('walletService', function($log, $tim
// not supported yet
if (wallet.credentials.derivationStrategy != 'BIP44' || !wallet.canSign())
return null;
return cb(gettextCatalog.getString('Exporting via QR not supported for this wallet'));
var keys = root.getKeysWithPassword(wallet, password);