Bug fixes - ledger testing
This commit is contained in:
parent
c0e90ac21a
commit
413990f94c
9 changed files with 66 additions and 55 deletions
|
|
@ -35,7 +35,7 @@ angular.module('copayApp.controllers').controller('importController',
|
|||
if ($scope.isChromeApp || $scope.isDevel) {
|
||||
$scope.seedOptions.push({
|
||||
id: walletService.externalSource.trezor.id,
|
||||
label: walletService.externalSource.ledger.longName,
|
||||
label: walletService.externalSource.trezor.longName,
|
||||
});
|
||||
$scope.formData.seedSource = $scope.seedOptions[0];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue