Skip to content

Commit

Permalink
fix: remove no longer used exports
Browse files Browse the repository at this point in the history
Use `DefaultOctTree` and `DefaultOctLCTree` instead of `Tree` and `LCTree`.
  • Loading branch information
vmx committed Oct 12, 2020
1 parent be32766 commit e780d27
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions filecoin-proofs/src/types/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ pub use stacked::TemporaryAux;
pub type ProverId = [u8; 32];
pub type Ticket = [u8; 32];

pub type Tree = storage_proofs::merkle::OctMerkleTree<DefaultTreeHasher>;
pub type LCTree = storage_proofs::merkle::OctLCMerkleTree<DefaultTreeHasher>;

pub use storage_proofs::porep::stacked::Labels;
pub type DataTree = storage_proofs::merkle::BinaryMerkleTree<DefaultPieceHasher>;

Expand Down

0 comments on commit e780d27

Please sign in to comment.