Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
goofylfg committed May 31, 2024
1 parent 6cfbb8a commit 7ba4fc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/config/typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ pn = "pn"
struc = "struc"
ba = "ba"
advices = "advices"
unexpect = "unexpect"
Convertion = "Convertion"

[files]
extend-exclude = ["integration-tests/contracts"]
4 changes: 2 additions & 2 deletions bus-mapping/src/circuit_input_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ impl CircuitInputBuilder<FixedCParams> {
);
assert!(
self.chunks.len() == self.chunk_ctx.idx + 1,
"number of chunks {} mis-match with chunk_ctx id {}",
"number of chunks {} miss-match with chunk_ctx id {}",
self.chunks.len(),
self.chunk_ctx.idx + 1,
);
Expand Down Expand Up @@ -975,7 +975,7 @@ impl CircuitInputBuilder<DynamicCParams> {
}

/// Handle a block by handling each transaction to generate all the
/// associated operations. Dry run the block to determind the target
/// associated operations. Dry run the block to determined the target
/// [`FixedCParams`] from to total number of chunks.
pub fn handle_block(
self,
Expand Down

0 comments on commit 7ba4fc8

Please sign in to comment.