Skip to content

Commit

Permalink
comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Mar 5, 2024
1 parent 94ef0b4 commit 51e7979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l1-contracts/test/NewInbox.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@ contract NewInboxTest is Test {
bool isFirstRun = inbox.getInProgress() == inbox.FIRST_REAL_TREE_NUM();
bytes32 toConsumeRoot = inbox.getToConsumeRoot();

// We send the messages and then check that toConsume root did not change.
for (uint256 i = 0; i < _messages.length; i++) {
DataStructures.L1ToL2Msg memory message = _boundMessage(_messages[i]);

// We send the message and check that toConsume root did not change.
inbox.sendL2Message(message.recipient, message.content, message.secretHash);
}

Expand Down

0 comments on commit 51e7979

Please sign in to comment.