From 480d943cc7af0e770328784531197634395e6c55 Mon Sep 17 00:00:00 2001 From: Vladimir Borovik Date: Thu, 27 Jun 2024 20:53:42 +0300 Subject: [PATCH] comments --- src/escrow-factory/escrow-factory.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {