change derivation path properly

This commit is contained in:
JDonadio 2017-09-01 15:33:09 -03:00
commit d26501c87f
No known key found for this signature in database
GPG key ID: EC1F4E04B2BFA730

View file

@ -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();