Skip to content

Commit

Permalink
chore: fix typos cli.rs (#12705)
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
Fallengirl authored Jan 9, 2025
1 parent 3564f4b commit 5b56156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/replay-archive/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ use std::sync::Arc;

/// This command assumes that it is run from an archival node
/// and not all the operations data that is available for a
/// regular validator may not be available in the archival database.
/// regular validator might not be available in the archival database.
#[derive(clap::Parser)]
pub struct ReplayArchiveCommand {
#[clap(long)]
Expand Down Expand Up @@ -499,7 +499,7 @@ impl ReplayController {
}

/// Saves the ChunkExtras for the shards in the genesis block.
/// Note that there is no chunks in the genesis block, so we directly generate the ChunkExtras
/// Note that there are no chunks in the genesis block, so we directly generate the ChunkExtras
/// from the information in the genesis block without applying any transactions or receipts.
fn save_genesis_chunk_extras(&mut self, genesis_block: &Block) -> Result<()> {
let chain_genesis = ChainGenesis::new(&self.near_config.genesis.config);
Expand Down

0 comments on commit 5b56156

Please sign in to comment.