Skip to content

Commit

Permalink
Merge pull request #3788 from JuI3s/master
Browse files Browse the repository at this point in the history
fix minor issue in BallotProtocol.h comments

Reviewed-by: MonsieurNicolas
  • Loading branch information
latobarita authored Jul 8, 2023
2 parents 3fa2a29 + c9e50b9 commit 863e104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scp/BallotProtocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class Slot;
typedef std::function<bool(SCPStatement const& st)> StatementPredicate;

/**
* The Slot object is in charge of maintaining the state of the SCP protocol
* for a given slot index.
* The BallotProtocol object implements and maintains the relevant state for the
* ballot protocol.
*/
class BallotProtocol
{
Expand Down

0 comments on commit 863e104

Please sign in to comment.