mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 13:28:33 +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