Skip to content

Commit

Permalink
Merge pull request #365 from baryon2/fix/ledger-signing-on-leap
Browse files Browse the repository at this point in the history
Add isNanoLedger in leap and compass extension
  • Loading branch information
liujun93 authored Nov 23, 2023
2 parents b90f610 + 4634b24 commit d68e370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions wallets/compass-extension/src/extension/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export class CompassClient implements WalletClient {
address: key.bech32Address,
algo: key.algo as Algo,
pubkey: key.pubKey,
isNanoLedger: key.isNanoLedger,
};
}

Expand Down
1 change: 1 addition & 0 deletions wallets/leap-extension/src/extension/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export class LeapClient implements WalletClient {
address: key.bech32Address,
algo: key.algo as Algo,
pubkey: key.pubKey,
isNanoLedger: key.isNanoLedger,
};
}

Expand Down

0 comments on commit d68e370

Please sign in to comment.