Skip to content

Commit

Permalink
epoch router done
Browse files Browse the repository at this point in the history
  • Loading branch information
coachchucksol committed Nov 26, 2024
1 parent 74e3a53 commit 476a04a
Show file tree
Hide file tree
Showing 3 changed files with 263 additions and 527 deletions.
4 changes: 4 additions & 0 deletions core/src/ballot_box.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,10 @@ impl BallotBox {
}
}

pub fn operator_votes(&self) -> &[OperatorVote; 32] {
&self.operator_votes
}

fn increment_or_create_ballot_tally(
&mut self,
ballot: &Ballot,
Expand Down
Loading

0 comments on commit 476a04a

Please sign in to comment.