Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0xVolosnikov committed Dec 11, 2024
1 parent a573f95 commit d1abe65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ contract MailboxFacet is ZkSyncHyperchainBase, IMailbox {
l2Calldata: _l2Calldata,
l2GasPerPubdataByteLimit: REQUIRED_L2_GAS_PRICE_PER_PUBDATA,
factoryDeps: new bytes[](0),
// Tx is free, no so refund recipient needed
// Tx is free, so no refund recipient needed
refundRecipient: address(0)
})
);
Expand Down

0 comments on commit d1abe65

Please sign in to comment.