Skip to content

Commit

Permalink
zk lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kelemeno committed Apr 2, 2024
1 parent b398b20 commit 2b8bba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l1-contracts/contracts/common/Messaging.sol
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ struct L2CanonicalTransaction {
/// @param l2Calldata The calldata for the L2 transaction.
/// @param l2GasLimit The limit of the L2 gas for the L2 transaction
/// @param l2GasPerPubdataByteLimit The price for a single pubdata byte in L2 gas.
/// @param factoryDeps The array of L2 bytecodes that the tx depends on.
/// @param factoryDeps The array of L2 bytecodes that the tx depends on.
/// @param refundRecipient The recipient of the refund for the transaction on L2. If the transaction fails, then
/// this address will receive the `l2Value`.
struct BridgehubL2TransactionRequest {
Expand Down

0 comments on commit 2b8bba2

Please sign in to comment.