fix import BCH wallet from private key
This commit is contained in:
parent
4165630fd6
commit
a271a34041
1 changed files with 1 additions and 1 deletions
|
|
@ -270,6 +270,7 @@ angular.module('copayApp.controllers').controller('importController',
|
|||
opts.account = pathData.account;
|
||||
opts.networkName = pathData.networkName;
|
||||
opts.derivationStrategy = pathData.derivationStrategy;
|
||||
opts.coin = $scope.formData.coin;
|
||||
|
||||
var words = $scope.formData.words || null;
|
||||
|
||||
|
|
@ -290,7 +291,6 @@ angular.module('copayApp.controllers').controller('importController',
|
|||
}
|
||||
|
||||
opts.passphrase = $scope.formData.passphrase || null;
|
||||
opts.coin = $scope.formData.coin;
|
||||
|
||||
if ($scope.fromHardwareWallet.value) {
|
||||
$log.debug('Importing seed from hardware wallet');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue