Bug fixes - retest intel tee.
This commit is contained in:
parent
413990f94c
commit
36cb23015a
10 changed files with 29 additions and 19 deletions
|
|
@ -8,7 +8,7 @@ angular.module('copayApp.controllers').controller('preferencesExternalController
|
|||
return source.id == wallet.getPrivKeyExternalSourceName();
|
||||
});
|
||||
|
||||
if ($scope.externalSource.hasEmbeddedHardware) {
|
||||
if ($scope.externalSource.isEmbeddedHardware) {
|
||||
$scope.hardwareConnected = $scope.externalSource.version.length > 0;
|
||||
|
||||
$scope.showMneumonicFromHardwarePopup = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue