Commit 66fc7268 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #1567 from ethereum-optimism/linty-lint

fix: linting
parents 02d46703 32577117
...@@ -229,7 +229,7 @@ describe('BatchSubmitter', () => { ...@@ -229,7 +229,7 @@ describe('BatchSubmitter', () => {
txBatchTxSubmitter, txBatchTxSubmitter,
1, 1,
new Logger({ name: TX_BATCH_SUBMITTER_LOG_TAG }), new Logger({ name: TX_BATCH_SUBMITTER_LOG_TAG }),
testMetrics, testMetrics
) )
} }
......
...@@ -374,6 +374,7 @@ enum QueueOrigin { ...@@ -374,6 +374,7 @@ enum QueueOrigin {
SEQUENCER_QUEUE, SEQUENCER_QUEUE,
L1TOL2_QUEUE L1TOL2_QUEUE
} }
``` ```
### Structs ### Structs
...@@ -390,6 +391,7 @@ struct Transaction { ...@@ -390,6 +391,7 @@ struct Transaction {
uint256 gasLimit; uint256 gasLimit;
bytes data; bytes data;
} }
``` ```
#### EnqueuedTransaction #### EnqueuedTransaction
...@@ -405,6 +407,7 @@ struct EnqueuedTransaction { ...@@ -405,6 +407,7 @@ struct EnqueuedTransaction {
bytes data; bytes data;
uint256 queueIndex; uint256 queueIndex;
} }
``` ```
### Events ### Events
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment