diff --git a/src/escrow-factory/escrow-factory.ts b/src/escrow-factory/escrow-factory.ts index cff8e07..e186f08 100644 --- a/src/escrow-factory/escrow-factory.ts +++ b/src/escrow-factory/escrow-factory.ts @@ -18,7 +18,7 @@ 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( /** @@ -26,7 +26,7 @@ export class EscrowFactory { */ immutablesHash: string, /** - * Address of escrow implementation at a desired chain + * Address of escrow implementation at the same chain as `this.address` */ implementationAddress: Address ): Address {