diff --git a/src/block.rs b/src/block.rs index a4037db..69dc8b6 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,