diff --git a/crates/threshold-signature-server/src/attestation/api.rs b/crates/threshold-signature-server/src/attestation/api.rs index 366e81a79..2d967f0f2 100644 --- a/crates/threshold-signature-server/src/attestation/api.rs +++ b/crates/threshold-signature-server/src/attestation/api.rs @@ -111,7 +111,7 @@ pub async fn create_quote( /// Validates attest endpoint /// Checks to make sure that attestation is not repeated or old -pub async fn validate_new_attest( +pub async fn validate_new_attestation( latest_block_number: u32, chain_data: &OcwMessageAttestationRequest, kv_manager: &KvManager,