Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
Merge branch 'mercury' of github.com:kvhnuke/etherwallet into mercury
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielhere committed Aug 29, 2018
2 parents 6d69242 + a353178 commit f2b3050
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/scripts/controllers/decryptWalletCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ var decryptWalletCtrl = function($scope, $sce, walletService) {
break;
case nodes.nodeTypes.ATH:
$scope.HDWallet.dPath = $scope.HDWallet.hwAtheiosPath;
break;
case nodes.nodeTypes.EGEM:
$scope.HDWallet.dPath = $scope.HDWallet.hwEtherGemPath;
break;
Expand Down

0 comments on commit f2b3050

Please sign in to comment.