Skip to content

Commit

Permalink
chore: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker committed Jun 14, 2024
1 parent 15e1af7 commit 16449f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/src/io.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub struct SphinxPublicValues {
}

impl SphinxStdin {
/// Create a new `SP1Stdin`.
/// Create a new `SphinxStdin`.
pub const fn new() -> Self {
Self {
buffer: Vec::new(),
Expand Down
4 changes: 2 additions & 2 deletions prover/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ build-plonk-bn254:
rm -rf build && \
mkdir -p build && \
RUSTFLAGS='-C target-cpu=native' \
cargo run -p sp1-prover --release --bin build_plonk_bn254 -- \
cargo run -p sphinx-prover --release --bin build_plonk_bn254 -- \
--build-dir=./build

release-plonk-bn254:
bash release.sh

test-e2e:
RUSTFLAGS='-C target-cpu=native' \
cargo test --package sp1-prover --lib --release -- tests::test_e2e --exact --show-output
cargo test --package sphinx-prover --lib --release -- tests::test_e2e --exact --show-output

0 comments on commit 16449f7

Please sign in to comment.