mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-16 11:22:56 +00:00
Add new ssz error type
This commit is contained in:
@@ -4,6 +4,7 @@ use super::LENGTH_BYTES;
|
||||
pub enum DecodeError {
|
||||
TooShort,
|
||||
TooLong,
|
||||
Invalid,
|
||||
}
|
||||
|
||||
pub trait Decodable: Sized {
|
||||
|
||||
Reference in New Issue
Block a user