Skip to content

Commit

Permalink
make quorumnum pub
Browse files Browse the repository at this point in the history
  • Loading branch information
supernovahs committed Jul 10, 2024
1 parent b81e065 commit a8d726f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/types/src/operator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ impl Operator {

pub type Socket = String;

type QuorumNum = u8;
pub type QuorumNum = u8;

pub struct OperatorInfo {
pub pub_keys: Option<OperatorPubKeys>,
Expand Down

0 comments on commit a8d726f

Please sign in to comment.