From 4d04c8c0634e80ce46f6410802b744913560f492 Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 29 Apr 2024 12:16:32 +0200 Subject: [PATCH] Update src/apps/mock/OnRecvIncentivizedMockEscrow.sol Co-authored-by: jsanmigimeno <8038323+jsanmigimeno@users.noreply.github.com> --- src/apps/mock/OnRecvIncentivizedMockEscrow.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/src/apps/mock/OnRecvIncentivizedMockEscrow.sol b/src/apps/mock/OnRecvIncentivizedMockEscrow.sol index 66e7021..458d09a 100644 --- a/src/apps/mock/OnRecvIncentivizedMockEscrow.sol +++ b/src/apps/mock/OnRecvIncentivizedMockEscrow.sol @@ -128,7 +128,6 @@ contract OnRecvIncentivizedMockEscrow is IncentivizedMessageEscrow { uint256 gasLimit = gasleft(); bytes32 messageIdentifier = bytes32(rawMessage[MESSAGE_IDENTIFIER_START:MESSAGE_IDENTIFIER_END]); address fromApplication = address(uint160(bytes20(rawMessage[FROM_APPLICATION_START_EVM:FROM_APPLICATION_END]))); - // TODO: _handleTimeout(chainIdentifier, destinationImplementationIdentifier, messageIdentifier, fromApplication, rawMessage[CTX0_MESSAGE_START: ], feeRecipient, gasLimit); }