mirror of
https://github.com/vacp2p/zerokit.git
synced 2026-01-08 21:28:11 -05:00
fix(ci): nightly build failed due to incorrect config flag for pm_tree_adapter (#357)
Success build: https://github.com/vacp2p/zerokit/actions/runs/20063084959 https://github.com/vacp2p/zerokit/actions/runs/20063354977
This commit is contained in:
@@ -5,7 +5,7 @@ pub use utils::{Hasher, ZerokitMerkleProof, ZerokitMerkleTree};
|
||||
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
pub use crate::circuit::{graph_from_folder, zkey_from_folder};
|
||||
#[cfg(not(feature = "stateless"))]
|
||||
#[cfg(feature = "pmtree-ft")]
|
||||
pub use crate::pm_tree_adapter::{FrOf, PmTree, PmTreeProof, PmtreeConfig, PmtreeConfigBuilder};
|
||||
#[cfg(not(feature = "stateless"))]
|
||||
pub use crate::poseidon_tree::{MerkleProof, PoseidonTree};
|
||||
|
||||
Reference in New Issue
Block a user