mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 09:08:05 -05:00
fix(docs): broken links in stages docs (#1084)
This commit is contained in:
@@ -16,8 +16,9 @@ use tracing::*;
|
||||
|
||||
const INDEX_ACCOUNT_HISTORY: StageId = StageId("IndexAccountHistoryStage");
|
||||
|
||||
/// Stage is indexing history the account changesets generated in [`ExecutionStage`]
|
||||
/// For more information on index sharding please look at [`tables::AccountHistory`]
|
||||
/// Stage is indexing history the account changesets generated in
|
||||
/// [`ExecutionStage`][crate::stages::ExecutionStage]. For more information
|
||||
/// on index sharding take a look at [`tables::AccountHistory`]
|
||||
#[derive(Debug)]
|
||||
pub struct IndexAccountHistoryStage {
|
||||
/// Number of blocks after which the control
|
||||
|
||||
@@ -16,8 +16,9 @@ use tracing::*;
|
||||
|
||||
const INDEX_STORAGE_HISTORY: StageId = StageId("IndexStorageHistoryStage");
|
||||
|
||||
/// Stage is indexing history the account changesets generated in [`ExecutionStage`]
|
||||
/// For more information on index sharding please look at [`tables::StorageHistory`]
|
||||
/// Stage is indexing history the account changesets generated in
|
||||
/// [`ExecutionStage`][crate::stages::ExecutionStage]. For more information
|
||||
/// on index sharding take a look at [`tables::StorageHistory`].
|
||||
#[derive(Debug)]
|
||||
pub struct IndexStorageHistoryStage {
|
||||
/// Number of blocks after which the control
|
||||
|
||||
Reference in New Issue
Block a user