From 4bbb368d75b97bcfff5d3999b144dba1142e5b91 Mon Sep 17 00:00:00 2001 From: Michael Ira Krufky Date: Fri, 3 Aug 2018 17:14:59 -0400 Subject: [PATCH 1/2] Enable Ledger Hardware Wallet support for EtherGem (EGEM) --- app/scripts/controllers/decryptWalletCtrl.js | 3 +++ app/scripts/directives/walletDecryptDrtv.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/scripts/controllers/decryptWalletCtrl.js b/app/scripts/controllers/decryptWalletCtrl.js index 4c261dc54f..4b0156fe6c 100644 --- a/app/scripts/controllers/decryptWalletCtrl.js +++ b/app/scripts/controllers/decryptWalletCtrl.js @@ -74,6 +74,9 @@ var decryptWalletCtrl = function($scope, $sce, walletService) { case nodes.nodeTypes.ETHO: $scope.HDWallet.dPath = $scope.HDWallet.hwEther1Path; break; + case nodes.nodeTypes.EGEM: + $scope.HDWallet.dPath = $scope.HDWallet.hwEtherGemPath; + break; default: $scope.HDWallet.dPath = $scope.HDWallet.ledgerPath; } diff --git a/app/scripts/directives/walletDecryptDrtv.html b/app/scripts/directives/walletDecryptDrtv.html index c327fbb6c0..14ab890f9e 100644 --- a/app/scripts/directives/walletDecryptDrtv.html +++ b/app/scripts/directives/walletDecryptDrtv.html @@ -35,7 +35,7 @@