Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrvk committed Jun 27, 2024
1 parent 58cf804 commit 480d943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/escrow-factory/escrow-factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ export class EscrowFactory {
/**
* Calculate address of escrow contract
*
* @return escrow address at same the chain as `implementationAddress`
* @return escrow address at same the chain as `this.address`
*/
public getEscrowAddress(
/**
* @see Immutables.hash
*/
immutablesHash: string,
/**
* Address of escrow implementation at a desired chain
* Address of escrow implementation at the same chain as `this.address`
*/
implementationAddress: Address
): Address {
Expand Down

0 comments on commit 480d943

Please sign in to comment.