mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-28 00:28:20 -05:00
fix: typos in comments (#15938)
This commit is contained in:
@@ -447,7 +447,7 @@ impl<I: Sync + Send + 'static> Action<I> for Sequence<I> {
|
||||
}
|
||||
}
|
||||
|
||||
/// Action that braodcasts the next new payload
|
||||
/// Action that broadcasts the next new payload
|
||||
#[derive(Debug, Default)]
|
||||
pub struct BroadcastNextNewPayload {}
|
||||
|
||||
|
||||
@@ -1708,7 +1708,7 @@ where
|
||||
///
|
||||
/// Assumes that `finish` has been called on the `persistence_state` at least once
|
||||
fn on_new_persisted_block(&mut self) -> ProviderResult<()> {
|
||||
// If we have an on-disk reorg, we need to handle it firsrt before touching the in-memory
|
||||
// If we have an on-disk reorg, we need to handle it first before touching the in-memory
|
||||
// state.
|
||||
if let Some(remove_above) = self.find_disk_reorg()? {
|
||||
self.remove_blocks(remove_above);
|
||||
|
||||
Reference in New Issue
Block a user