We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e1486 commit 8929a28Copy full SHA for 8929a28
packages/token-distribution/contracts/tests/InboxMock.sol
@@ -96,7 +96,7 @@ contract InboxMock is IInbox {
96
* @param _maxSubmissionCost Max cost of submitting the ticket, in Wei
97
* @param _submissionRefundAddress L2 address to refund for any remaining value from the submission cost
98
* @param _valueRefundAddress L2 address to refund if the ticket times out or gets cancelled
99
- * @param _maxGas Max gas for the L2 transcation
+ * @param _maxGas Max gas for the L2 transaction
100
* @param _gasPriceBid Gas price bid on L2
101
* @param _data Encoded calldata for the L2 transaction (including function selector)
102
* @return Message number returned by the bridge
0 commit comments