Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore(test): use indep_hash for genearting sort key in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Nov 27, 2023
1 parent a5de510 commit eed7ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/routes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ describe('Integration tests', () => {
owner: walletAddress,
timestamp: Math.floor(interactionBlock.timestamp / 1000),
sortKey: await interactionSorter.createSortKey(
interactionBlock.hash,
interactionBlock.indep_hash,
writeInteraction!.originalTxId,
interactionBlock.height,
),
Expand Down

0 comments on commit eed7ebd

Please sign in to comment.