complete decrypt pk process
This commit is contained in:
parent
18a2577523
commit
1c40185b05
3 changed files with 44 additions and 33 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue