We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e00e67b commit 075e938Copy full SHA for 075e938
src/args.rs
@@ -2,7 +2,7 @@ use clap::{ArgAction, Parser};
2
3
use crate::clients::beacon::types::BlockId;
4
5
-/// Blobscan's indexer for the EIP-4844 upgrade.
+/// Blobscan's indexer for the blob transactions.
6
#[derive(Parser, Debug)]
7
#[command(author, version, about, long_about = None)]
8
pub struct Args {
@@ -26,7 +26,7 @@ pub struct Args {
26
#[arg(short = 'c', long, action = ArgAction::SetTrue)]
27
pub disable_sync_checkpoint_save: bool,
28
29
- /// Disable historical synchronization
+ /// Disable backwards indexing thread
30
#[arg(short = 'd', long, action = ArgAction::SetTrue)]
31
pub disable_sync_historical: bool,
32
}
0 commit comments