Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into bf/data-vote-cert
Browse files Browse the repository at this point in the history
  • Loading branch information
bfish713 committed Nov 6, 2023
2 parents 1c31a56 + b071638 commit 3a687dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/types/src/vote2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ The committee is defined by the `Membership` associated type.
The votes all must be over the `Commitment` associated type.
*/
pub trait Certificate2<TYPES: NodeType>: HasViewNumber<TYPES> {
/// Type that defines membership for voters on the certificate
// type Membership: Membership<TYPES>;
/// The data commitment this certificate certifies.
type Voteable: Voteable;

Expand Down

0 comments on commit 3a687dc

Please sign in to comment.