Skip to content

Commit

Permalink
Merge pull request #782 from Chia-Network/merkle_blob-node_unit_variants
Browse files Browse the repository at this point in the history
use unit variants for node
  • Loading branch information
altendky authored Nov 12, 2024
2 parents 5899478 + 466a0c9 commit db43551
Show file tree
Hide file tree
Showing 6 changed files with 352 additions and 369 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 db43551

Please sign in to comment.