Skip to content

Commit

Permalink
fix: full sentences 2
Browse files Browse the repository at this point in the history
  • Loading branch information
atanmarko committed Aug 27, 2024
1 parent 5e9e644 commit 4efc458
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zero_bin/leader/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pub(crate) async fn client_main(
&params.previous_proof,
block_interval.get_start_block()?,
)?;
// Grab interval checkpoint block state trie
// Grab interval checkpoint block state trie.
let checkpoint_state_trie_root = cached_provider
.get_block(
params.checkpoint_block_number.into(),
Expand Down
2 changes: 1 addition & 1 deletion zero_bin/rpc/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ impl Cli {
}
Command::Extract { tx, batch_size } => {
let tx_hash: B256 = tx.parse()?;
// Get transaction info
// Get transaction info.
match cached_provider
.clone()
.as_provider()
Expand Down

0 comments on commit 4efc458

Please sign in to comment.