Skip to content

Commit

Permalink
trying to re-trigger messed up CI
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Mar 17, 2024
1 parent ee492ca commit aff6f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l1-contracts/src/core/interfaces/messagebridge/IInbox.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {DataStructures} from "../../libraries/DataStructures.sol";
/**
* @title Inbox
* @author Aztec Labs
* @notice Lives on L1 and is used to pass messages into the rollup, e.g., L1 -> L2 messages.
* @notice Lives on L1 and is used to pass messages into the rollup from L1.
*/
interface IInbox {
event LeafInserted(uint256 indexed blockNumber, uint256 index, bytes32 value);
Expand Down

0 comments on commit aff6f38

Please sign in to comment.