Implement intel tee version detection.

This commit is contained in:
Andy Phillipson 2017-03-21 10:09:50 -04:00
commit 80f3b70784
4 changed files with 36 additions and 4 deletions

View file

@ -5,7 +5,7 @@ angular.module('copayApp.controllers').controller('preferencesExternalController
$scope.externalSource = lodash.find(walletService.externalSource, function(source) {
return source.id == wallet.getPrivKeyExternalSourceName();
}).name;
});
$scope.showMneumonicFromHardwarePopup = function() {
var title = gettextCatalog.getString('Warning!');