Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amsanghi committed Jul 11, 2024
1 parent c24d3ec commit c8602b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arbitrator/prover/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ struct Opts {
/// print modules to the console
print_modules: bool,
#[structopt(long)]
/// print modules to the console
/// print wasm module root to the console
print_wasmmoduleroot: bool,
/// profile output instead of generting proofs
#[structopt(short = "p", long)]
Expand Down
2 changes: 1 addition & 1 deletion scripts/validate-wasm-module-root.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ for machine in "$MACHINES_DIR"/*/ ; do
exit 1
fi
fi
done
done

0 comments on commit c8602b3

Please sign in to comment.