change derivation path properly
This commit is contained in:
parent
92cab1871a
commit
d26501c87f
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ angular.module('copayApp.controllers').controller('importController',
|
||||||
|
|
||||||
$scope.switchTestnetOff = function() {
|
$scope.switchTestnetOff = function() {
|
||||||
$scope.formData.testnetEnabled = false;
|
$scope.formData.testnetEnabled = false;
|
||||||
|
$scope.setDerivationPath();
|
||||||
$scope.resizeView();
|
$scope.resizeView();
|
||||||
$timeout(function() {
|
$timeout(function() {
|
||||||
$scope.$apply();
|
$scope.$apply();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue