Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
iFrostizz committed Sep 2, 2024
1 parent 1cc3a52 commit de99469
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/src/EventImporter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit de99469

Please sign in to comment.