Skip to content

Commit 8929a28

Browse files
authored
Update InboxMock.sol
1 parent 18e1486 commit 8929a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/token-distribution/contracts/tests/InboxMock.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ contract InboxMock is IInbox {
9696
* @param _maxSubmissionCost Max cost of submitting the ticket, in Wei
9797
* @param _submissionRefundAddress L2 address to refund for any remaining value from the submission cost
9898
* @param _valueRefundAddress L2 address to refund if the ticket times out or gets cancelled
99-
* @param _maxGas Max gas for the L2 transcation
99+
* @param _maxGas Max gas for the L2 transaction
100100
* @param _gasPriceBid Gas price bid on L2
101101
* @param _data Encoded calldata for the L2 transaction (including function selector)
102102
* @return Message number returned by the bridge

0 commit comments

Comments
 (0)