mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 21:34:46 +00:00
Add untested ssz_static test impl
This commit is contained in:
@@ -5,10 +5,12 @@ use ssz::Decode;
|
||||
use std::fmt::Debug;
|
||||
use test_decode::TestDecode;
|
||||
|
||||
pub use crate::error::*;
|
||||
pub use crate::ssz_generic::*;
|
||||
|
||||
mod error;
|
||||
mod ssz_generic;
|
||||
mod ssz_static;
|
||||
mod test_decode;
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
|
||||
Reference in New Issue
Block a user