Skip to content

Commit

Permalink
Update mithril-stm/src/stm.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Iñigo Querejeta Azurmendi <31273774+iquerejeta@users.noreply.github.com>
  • Loading branch information
curiecrypt and iquerejeta committed May 29, 2023
1 parent 7cd1b2b commit 676c8fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mithril-stm/src/stm.rs
Expand Up @@ -168,8 +168,7 @@ pub struct StmInitializer {
}

/// Participant in the protocol can sign messages.
/// This instance can only be generated out of an `StmInitializer` and a `ClosedKeyReg`.
/// This ensures that a `MerkleTree` root is not computed before all participants have registered.
/// This instance can only be generated out of an `StmInitializer`.
#[derive(Debug, Clone)]
pub struct StmSigner {
mt_index: u64,
Expand Down

0 comments on commit 676c8fa

Please sign in to comment.