Skip to content

Commit

Permalink
Update crates/threshold-signature-server/src/attestation/api.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Hernando Castano <[email protected]>
  • Loading branch information
JesseAbram and HCastano authored Oct 8, 2024
1 parent cfdd990 commit 742fab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/threshold-signature-server/src/attestation/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 742fab9

Please sign in to comment.