add apply_deposit changes

This commit is contained in:
realbigsean
2024-05-07 08:48:01 -04:00
parent f1f9f92dec
commit 3c688410cc
3 changed files with 48 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ pub use verify_attestation::{
};
pub use verify_bls_to_execution_change::verify_bls_to_execution_change;
pub use verify_deposit::{
get_existing_validator_index, verify_deposit_merkle_proof, verify_deposit_signature,
get_existing_validator_index, is_valid_deposit_signature, verify_deposit_merkle_proof,
};
pub use verify_exit::verify_exit;