From 018ea0bbcf6bd3f0046f8be4eb236359848343c7 Mon Sep 17 00:00:00 2001 From: Niraj Kamdar <51387861+Niraj-Kamdar@users.noreply.github.com> Date: Fri, 26 Sep 2025 18:31:42 +0530 Subject: [PATCH] Update TestEscrowFactory.sol --- contracts/src/TestEscrowFactory.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/src/TestEscrowFactory.sol b/contracts/src/TestEscrowFactory.sol index 0544f4e..50462d3 100644 --- a/contracts/src/TestEscrowFactory.sol +++ b/contracts/src/TestEscrowFactory.sol @@ -9,5 +9,5 @@ contract TestEscrowFactory is EscrowFactory { IERC20 accessToken, address owner, uint32 rescueDelaySrc, uint32 rescueDelayDst - ) EscrowFactory(limitOrderProtocol, feeToken, accessToken, owner, rescueDelayDst, rescueDelayDst) {} + ) EscrowFactory(limitOrderProtocol, feeToken, accessToken, owner, rescueDelaySrc, rescueDelayDst) {} }