Commit 5cd548ca authored by Ethen Pociask's avatar Ethen Pociask

[indexer.l1height-param] Updated comments

parent 486a5f7d
......@@ -54,7 +54,7 @@ func NewL1ETL(log log.Logger, db *database.DB, client node.EthClient, start *big
fromHeader = header
}
// NOTE - The use of un-buffered channel here assumes that downstream bridge processor consumer
// NOTE - The use of un-buffered channel here assumes that downstream consumers
// will be able to keep up with the rate of incoming batches
etlBatches := make(chan ETLBatch)
etl := ETL{
......
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