Skip to content

Commit

Permalink
Fix utreexo roots matching
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kus committed Oct 22, 2024
1 parent 2c6b36b commit 0b5f8eb
Show file tree
Hide file tree
Showing 18 changed files with 1,489 additions and 1,477 deletions.
4 changes: 4 additions & 0 deletions packages/utreexo/src/lib.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@ pub mod vanilla {
pub mod state;
pub mod proof;
pub mod accumulator;
#[cfg(test)]
mod accumulator_tests;
}
pub mod stump {
pub mod state;
pub mod proof;
pub mod accumulator;
#[cfg(test)]
mod accumulator_tests;
}
pub mod test;

Expand Down
Loading

0 comments on commit 0b5f8eb

Please sign in to comment.