removed verify_exit_time_independent_only function (#2509)

## Issue Addressed

Closes #1676 

## Proposed Changes

Removed unneeded functions `verify_exit_parametric` and `verify_exit_time_independent_only`
This commit is contained in:
ethDreamer
2021-08-30 06:41:30 +00:00
parent bc14d1d73d
commit 6b65b6f3bd
2 changed files with 2 additions and 27 deletions

View File

@@ -20,7 +20,7 @@ pub use verify_attestation::{
pub use verify_deposit::{
get_existing_validator_index, verify_deposit_merkle_proof, verify_deposit_signature,
};
pub use verify_exit::{verify_exit, verify_exit_time_independent_only};
pub use verify_exit::verify_exit;
pub mod altair;
pub mod block_signature_verifier;