Skip to content

Commit

Permalink
fix things
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas committed Jun 4, 2024
1 parent 224db99 commit 3afd6ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion recursion/core/src/multi/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ where
// all the fri fold rows are first, then the posiedon2 rows, and finally any padded (non-real) rows.

// First verify that all real rows are contiguous.
builder.when_first_row().assert_one(local_is_real.clone());
builder
.when_transition()
.when_not(local_is_real.clone())
Expand Down
3 changes: 3 additions & 0 deletions recursion/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ itertools = "0.12.1"
serde = { version = "1.0.201", features = ["derive"] }
rand = "0.8.5"
tracing = "0.1.40"

[features]
debug = ["sp1-core/debug"]

0 comments on commit 3afd6ff

Please sign in to comment.