Skip to content

Commit

Permalink
Update src/apps/mock/OnRecvIncentivizedMockEscrow.sol
Browse files Browse the repository at this point in the history
Co-authored-by: jsanmigimeno <8038323+jsanmigimeno@users.noreply.github.com>
  • Loading branch information
reednaa and jsanmigimeno authored Apr 29, 2024
1 parent 30f2e9b commit 4d04c8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/apps/mock/OnRecvIncentivizedMockEscrow.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 4d04c8c

Please sign in to comment.