From c0bf0f98f7973045e5893dd792a4da13f3ca3a15 Mon Sep 17 00:00:00 2001 From: healthyyyoung Date: Sat, 8 Jun 2024 00:46:17 +0800 Subject: [PATCH] Update block.rs --- src/block.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/block.rs b/src/block.rs index a4037db8..69dc8b69 100644 --- a/src/block.rs +++ b/src/block.rs @@ -227,7 +227,7 @@ pub enum BlockVerificationError { BlockSignatureVerificationFailed { block_hash: BlockHash, error: CryptoError }, } -/// Verifies that the the block header was signed by the expected sequencer. +/// Verifies that the block header was signed by the expected sequencer. pub fn verify_block_signature( sequencer_pub_key: &SequencerPublicKey, signature: &BlockSignature,