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', () => {
txBatchTxSubmitter,
1,
new Logger({ name: TX_BATCH_SUBMITTER_LOG_TAG }),
testMetrics,
testMetrics
)
}
......
......@@ -374,6 +374,7 @@ enum QueueOrigin {
SEQUENCER_QUEUE,
L1TOL2_QUEUE
}
```
### Structs
......@@ -390,6 +391,7 @@ struct Transaction {
uint256 gasLimit;
bytes data;
}
```
#### EnqueuedTransaction
......@@ -405,6 +407,7 @@ struct EnqueuedTransaction {
bytes data;
uint256 queueIndex;
}
```
### 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