Skip to content

Commit

Permalink
fix: HashLock.getMerkleLeaves
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrvk committed Aug 13, 2024
1 parent d9f68f3 commit 8c84288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cross-chain-order/hash-lock/hash-lock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class HashLock {
return secrets.map(
(s, idx) =>
solidityPackedKeccak256(
['uint256', 'bytes32'],
['uint64', 'bytes32'],
[idx, HashLock.hashSecret(s)]
) as MerkleLeaf
)
Expand Down

0 comments on commit 8c84288

Please sign in to comment.