Commit cbca9c8e authored by protolambda's avatar protolambda Committed by GitHub

op-node: emit l2_finalized block (#3423)

parent 5ad549a3
...@@ -175,6 +175,7 @@ func (eq *EngineQueue) tryFinalizeL2() { ...@@ -175,6 +175,7 @@ func (eq *EngineQueue) tryFinalizeL2() {
} }
} }
eq.finalized = finalizedL2 eq.finalized = finalizedL2
eq.metrics.RecordL2Ref("l2_finalized", finalizedL2)
} }
// postProcessSafeL2 buffers the L1 block the safe head was fully derived from, // postProcessSafeL2 buffers the L1 block the safe head was fully derived from,
......
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