Commit d8877fb8 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub

Merge pull request #4653 from ethereum-optimism/attributes-queue-reset-fix

op-node: fix AttributesQueue Reset function
parents 5ebe68a8 c7ef95b6
...@@ -92,5 +92,6 @@ func (aq *AttributesQueue) createNextAttributes(ctx context.Context, batch *Batc ...@@ -92,5 +92,6 @@ func (aq *AttributesQueue) createNextAttributes(ctx context.Context, batch *Batc
} }
func (aq *AttributesQueue) Reset(ctx context.Context, _ eth.L1BlockRef, _ eth.SystemConfig) error { func (aq *AttributesQueue) Reset(ctx context.Context, _ eth.L1BlockRef, _ eth.SystemConfig) error {
aq.batch = nil
return io.EOF return io.EOF
} }
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