Skip to content

Commit

Permalink
change to try to re-trigger full CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Feb 8, 2024
1 parent c8dddc5 commit dd75755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l1-contracts/src/core/libraries/DataStructures.sol
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ library DataStructures {
* @param sender - The sender of the message
* @param recipient - The recipient of the message
* @param content - The content of the message (application specific) padded to bytes32 or hashed if larger.
* @param secretHash - The secret hash of the message (make it possible to hide when a specific message is consumed on L2)
* @param secretHash - The secret hash of the message (make it possible to hide when a specific message is consumed on L2).
* @param deadline - The deadline to consume a message. Only after it, can a message be cancelled.
* @param fee - The fee provided to sequencer for including the entry
*/
Expand Down

0 comments on commit dd75755

Please sign in to comment.