diff --git a/src/js/controllers/import.js b/src/js/controllers/import.js index 62f6d4f0b..b2b6ab0be 100644 --- a/src/js/controllers/import.js +++ b/src/js/controllers/import.js @@ -67,6 +67,7 @@ angular.module('copayApp.controllers').controller('importController', $scope.switchTestnetOff = function() { $scope.formData.testnetEnabled = false; + $scope.setDerivationPath(); $scope.resizeView(); $timeout(function() { $scope.$apply();