Skip to content

Commit

Permalink
fix(committer): run bench
Browse files Browse the repository at this point in the history
  • Loading branch information
amosStarkware committed Feb 3, 2025
1 parent 45c7978 commit e446c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/starknet_committer/src/block_committer/commit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pub async fn commit_block(input: Input<ConfigImpl>) -> BlockCommitmentResult<Fil
Ok(filled_forest)
}

/// Compares the previous state's nonce and class hash with the given in the state diff.
/// Compares the previous state's nonce and class hash with the given in the state diff .
/// In case of trivial update, logs out a warning for trivial state diff update.
fn check_trivial_nonce_and_class_hash_updates(
original_contracts_trie_leaves: &HashMap<NodeIndex, ContractState>,
Expand Down

0 comments on commit e446c40

Please sign in to comment.