diff --git a/src/lib.rs b/src/lib.rs index 0cd3ac5..5966ba3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -255,6 +255,8 @@ pub enum Error { WifKey, } +impl std::error::Error for Error {} + /// Internal Functions to manipulate an arbitrary number of bytes [u8]. trait BytesManipulation { /// Encode informed data in base 58 check.