Skip to content

Commit

Permalink
Merge pull request #1375 from input-output-hk/fix/fix-broken-ledger-m…
Browse files Browse the repository at this point in the history
…int-unit-test

test(wallet): fix failling plutus script mint unit test for ledger devices
  • Loading branch information
AngelCastilloB authored Jul 18, 2024
2 parents 2a46b5d + 5b8262c commit 9d68d1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/wallet/test/hardware/ledger/LedgerKeyAgent.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,9 @@ describe('LedgerKeyAgent', () => {
}
}
]),
redeemersByType: {
mint: [scriptRedeemer]
},
scriptIntegrityHash: scriptDataHash,
witness: { redeemers: [scriptRedeemer], scripts: [script] }
};
Expand Down

0 comments on commit 9d68d1b

Please sign in to comment.