Commit 911ffa6b authored by Joshua Gutow's avatar Joshua Gutow

fix lint

parent 7607e77f
...@@ -650,8 +650,8 @@ execution engine to be converted into a proper L2 block, which will become both ...@@ -650,8 +650,8 @@ execution engine to be converted into a proper L2 block, which will become both
If a payload attributes created from a batch cannot be inserted into the chain because of a validation error (i.e. there If a payload attributes created from a batch cannot be inserted into the chain because of a validation error (i.e. there
was an invalid transaction or state transition in the block) the batch should be dropped & the safe head should not be was an invalid transaction or state transition in the block) the batch should be dropped & the safe head should not be
advanced. The engine queue will attempt to use the next batch for that timestamp from the batch queue. If no valid batch advanced. The engine queue will attempt to use the next batch for that timestamp from the batch queue. If no valid batch
is found, the rollup node will create a deposit only batch which should always pass validation because deposits are always is found, the rollup node will create a deposit only batch which should always pass validation because deposits are
valid. always valid.
Interaction with the execution engine via the execution engine API is detailed in the [Communication with the Execution Interaction with the execution engine via the execution engine API is detailed in the [Communication with the Execution
Engine][exec-engine-comm] section. Engine][exec-engine-comm] section.
......
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