Skip to content

Commit

Permalink
fix(hardware-ledger): ledgerKeyAgent now conditionally instructs hw t…
Browse files Browse the repository at this point in the history
…o use tagged CBOR sets
  • Loading branch information
AngelCastilloB committed Sep 4, 2024
1 parent 0fd55dc commit 644c32c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/hardware-ledger/src/LedgerKeyAgent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,9 @@ export class LedgerKeyAgent extends KeyAgentBase {

const signingMode = LedgerKeyAgent.getSigningMode(ledgerTxData);
const result = await deviceConnection.signTransaction({
options: {
tagCborSets: txBody.hasTaggedSets()
},
signingMode,
tx: ledgerTxData
});
Expand Down

0 comments on commit 644c32c

Please sign in to comment.