Skip to content

Commit

Permalink
fix: incorrect LedgerBridge type
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyyconsensys committed Nov 30, 2023
1 parent 5dde0ba commit 045a4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ledger-keyring.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export class LedgerKeyring extends EventEmitter {

implementFullBIP44 = false;

bridge: LedgerBridge<Record<string, string | number | object>>;
bridge: LedgerBridge<LedgerBridgeOptions>;

constructor({ bridge }: { bridge: LedgerBridge<LedgerBridgeOptions> }) {
super();
Expand Down

0 comments on commit 045a4f4

Please sign in to comment.