process_block_header tests

This commit is contained in:
Darren Langley 2019-04-10 21:58:27 +10:00
parent f9c1800c00
commit bb0500f11d

View File

@ -21,6 +21,8 @@ pub use verify_transfer::{
}; };
pub mod errors; pub mod errors;
pub mod tests;
pub mod block_processing_builder;
mod validate_attestation; mod validate_attestation;
mod verify_attester_slashing; mod verify_attester_slashing;
mod verify_deposit; mod verify_deposit;