From de994699f27c8834456c074bb898125d187da6ca Mon Sep 17 00:00:00 2001 From: Francois Hardrouyere Date: Mon, 2 Sep 2024 11:04:29 +0200 Subject: [PATCH] comment --- contracts/src/EventImporter.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/contracts/src/EventImporter.sol b/contracts/src/EventImporter.sol index f78e034..470064b 100644 --- a/contracts/src/EventImporter.sol +++ b/contracts/src/EventImporter.sol @@ -55,6 +55,7 @@ abstract contract EventImporter is IEventImporter, Test { uint256 logIndex ) external { // TODO it is more expensive to do that because of the memory allocation + // but Solidity function inlining is not easy to predict. TxLogIndex[] memory txLogIndexes = new TxLogIndex[](1); txLogIndexes[0] = TxLogIndex({ txIndex: txIndex,