Skip to content

Commit

Permalink
Extra colon in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
anodar committed Feb 1, 2024
1 parent e423f3e commit bcb76f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbitrator/prover/src/machine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2545,7 +2545,7 @@ impl Machine {
// "multistack:"
// + hash_stack(first_stack)
// + hash_stack(last_stack)
// + Keccak("cothread:" + 2nd_stack+Keccak("cothread" + 3drd_stack + ...)
// + Keccak("cothread:" + 2nd_stack+Keccak("cothread:" + 3drd_stack + ...)
// )
macro_rules! compute_multistack {
($field:expr, $stacks:expr, $prefix:expr, $hasher: expr) => {{
Expand Down

0 comments on commit bcb76f6

Please sign in to comment.