Fix transport type
This commit is contained in:
parent
8473c648b0
commit
0a813cf639
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ export class LedgerService {
|
|||
supportsUSB = false;
|
||||
|
||||
transportMode: 'U2F' | 'USB' | 'HID' | 'Bluetooth' = 'U2F';
|
||||
DynamicTransport = TransportU2F as typeof Transport;
|
||||
DynamicTransport: typeof TransportUSB | typeof TransportHID | typeof TransportU2F = TransportU2F;
|
||||
|
||||
ledgerStatus$: Subject<{ status: string, statusText: string }> = new Subject();
|
||||
desktopMessage$ = new Subject();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue