Skip to content

Commit

Permalink
use unit variants for node
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Nov 7, 2024
1 parent 5899478 commit c0eba9f
Show file tree
Hide file tree
Showing 4 changed files with 282 additions and 334 deletions.
2 changes: 1 addition & 1 deletion crates/chia-datalayer/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mod merkle;

pub use merkle::{InsertLocation, MerkleBlob, Node, Side};
pub use merkle::{InsertLocation, InternalNode, LeafNode, MerkleBlob, Side};
Loading

0 comments on commit c0eba9f

Please sign in to comment.