Skip to content

Commit

Permalink
Address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
td202 committed Jan 28, 2025
1 parent a9ae34e commit d7b0df9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/types/block_certificates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ pub mod raw {
pub signatories: Vec<FinalizerIndex>,
}

/// A (non-aggregate) signature of a validator. This is used the validator's
/// signature on blocks it produces, as well as for some finalization
/// messages.
/// A (non-aggregate) signature of a validator. This is used for the
/// validator's signature on blocks it produces, as well as for some
/// finalization messages.
#[derive(concordium_base::common::Serialize, Clone, Copy, Debug, Eq, PartialEq)]
pub struct BlockSignature(pub ed25519_dalek::Signature);

Expand Down

0 comments on commit d7b0df9

Please sign in to comment.