Merge branch 'master' of https://github.com/bitpay/copay
This commit is contained in:
commit
2fa7f3dfd1
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ angular.module('copayApp.controllers').controller('importController',
|
|||
};
|
||||
|
||||
$scope.setDerivationPath = function() {
|
||||
$scope.formData.testnetEnabled ? derivationPathHelper.defaultTestnet : derivationPathHelper.default;
|
||||
$scope.formData.derivationPath = $scope.formData.testnetEnabled ? derivationPathHelper.defaultTestnet : derivationPathHelper.default;
|
||||
};
|
||||
|
||||
$scope.getFile = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue