Commit 173ded9d authored by Adrian Sutton's avatar Adrian Sutton

chore(op-node): Remove duplicated word in comment.

parent fee73047
...@@ -13,7 +13,7 @@ import ( ...@@ -13,7 +13,7 @@ import (
// Channel In Reader reads a batch from the channel // Channel In Reader reads a batch from the channel
// This does decompression and limits the max RLP size // This does decompression and limits the max RLP size
// This is a pure function from the channel, but each channel (or channel fragment) // This is a pure function from the channel, but each channel (or channel fragment)
// must be tagged with an L1 inclusion block to be passed to the the batch queue. // must be tagged with an L1 inclusion block to be passed to the batch queue.
type ChannelInReader struct { type ChannelInReader struct {
log log.Logger log log.Logger
......
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