Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/src/sdk/pipeline/signaling.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pipeline driver. The variants of [`StepResult`][step-result] and what they
signal include the following.

- `StepResult::PreparedAttributes` - signals that payload attributes are
ready to be be consumed by the pipeline driver.
ready to be consumed by the pipeline driver.
- `StepResult::AdvancedOrigin` - signals that the pipeline has derived all
payload attributes for the given L1 block, and the origin of the pipeline
was advanced to the next canonical L1 block.
Expand Down
2 changes: 1 addition & 1 deletion crates/executor/src/db/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ where
}
}

/// Consumes `Self` and takes the the current state root of the trie DB.
/// Consumes `Self` and takes the current state root of the trie DB.
pub fn take_root_node(self) -> TrieNode {
self.root_node
}
Expand Down