Commit 32577117 authored by Maurelian's avatar Maurelian

fix: linting

parent 02d46703
......@@ -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