aboutsummaryrefslogtreecommitdiff
path: root/core/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/error.rs')
-rw-r--r--core/src/error.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/error.rs b/core/src/error.rs
index 7c547c4..cc60696 100644
--- a/core/src/error.rs
+++ b/core/src/error.rs
@@ -16,6 +16,7 @@ pub enum Error {
#[error("Path Not Found Error: {0}")]
PathNotFound(&'static str),
+ #[cfg(feature = "crypto")]
#[error(transparent)]
Ed25519(#[from] ed25519_dalek::ed25519::Error),