Commit ea8ffece authored by protolambda's avatar protolambda

op-batcher: remove outdated comment

parent 381bbb81
...@@ -59,7 +59,6 @@ func NewChannelManager(log log.Logger, metr metrics.Metricer, cfg ChannelConfig, ...@@ -59,7 +59,6 @@ func NewChannelManager(log log.Logger, metr metrics.Metricer, cfg ChannelConfig,
// Clear clears the entire state of the channel manager. // Clear clears the entire state of the channel manager.
// It is intended to be used before launching op-batcher and after an L2 reorg. // It is intended to be used before launching op-batcher and after an L2 reorg.
// Must set lastProcessedBlock as current L2 safe head fetched from L2 node.
func (s *channelManager) Clear() { func (s *channelManager) Clear() {
s.mu.Lock() s.mu.Lock()
defer s.mu.Unlock() defer s.mu.Unlock()
......
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