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