Implement intel tee version detection.
This commit is contained in:
parent
8c00fe27aa
commit
80f3b70784
4 changed files with 36 additions and 4 deletions
|
|
@ -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!');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue