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

Commit

Permalink
Merge pull request #2034 from mkrufky/missing-break-bad-merge
Browse files Browse the repository at this point in the history
BUG FIX: Fix missing break after bad merge conflict resolution
  • Loading branch information
gamalielhere authored Aug 29, 2018
2 parents 24c0a9c + 355d530 commit a353178
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 a353178

Please sign in to comment.