Skip to content

Commit

Permalink
Made DataProofV2 available on std
Browse files Browse the repository at this point in the history
  • Loading branch information
ToufeeqP committed Jan 11, 2024
1 parent 6aad812 commit 5d5f9b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ std = [
"binary-merkle-tree?/std",
"codec/std",
"derive_more/display",
"frame-support?/std",
"frame-support/std",
"hash256-std-hasher/std",
"hex",
"log/std",
Expand Down
2 changes: 0 additions & 2 deletions core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ pub use keccak256::Keccak256;

pub mod data_proof;
pub use data_proof::DataProof;
#[cfg(feature = "runtime")]
pub mod data_proof_v2;
#[cfg(feature = "runtime")]
pub use data_proof_v2::DataProofV2;

pub mod data_lookup;
Expand Down

0 comments on commit 5d5f9b8

Please sign in to comment.