We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acedc0a commit 6821cacCopy full SHA for 6821cac
rln/src/public.rs
@@ -47,7 +47,7 @@ impl TreeConfigInput for &str {
47
}
48
49
/// Implementation for direct builder pattern Config struct
50
-#[cfg(all(feature = "pmtree-ft", not(feature = "stateless")))]
+#[cfg(feature = "pmtree-ft")]
51
impl TreeConfigInput for <PoseidonTree as ZerokitMerkleTree>::Config {
52
fn into_tree_config(self) -> Result<<PoseidonTree as ZerokitMerkleTree>::Config, RLNError> {
53
Ok(self)
0 commit comments