diff --git a/crates/rollup/src/pipeline.rs b/crates/rollup/src/pipeline.rs index 513ffcd..cdc07c5 100644 --- a/crates/rollup/src/pipeline.rs +++ b/crates/rollup/src/pipeline.rs @@ -21,7 +21,7 @@ use op_alloy_protocol::BlockInfo; type L1FrameQueue = FrameQueue, L1Traversal>>; /// A concrete [NextAttributes](kona_derive::traits::NextAttributes) stage implementation that -/// accepts batches from the [BatchQueue] stage and transforms them into payload attributes. +/// accepts batches from the [BatchProvider] stage and transforms them into payload attributes. type L1AttributesQueue = AttributesQueue< BatchProvider>>, L2CP>, L2CP>, StatefulAttributesBuilder,