Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit d2653c4

Browse files
Piotr suggestion
Co-authored-by: Piotr Macek <[email protected]>
1 parent dc3846a commit d2653c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/protocol/sybilprotection/seatmanager/seatmanager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type SeatManager interface {
1515
// RotateCommittee rotates the committee evaluating the given set of candidates to produce the new committee.
1616
RotateCommittee(epoch iotago.EpochIndex, candidates accounts.AccountsData) (*account.SeatedAccounts, error)
1717

18-
// ReuseCommittee reuses the committee from a previous epoch epochs.
18+
// ReuseCommittee reuses the committee from a previous epoch.
1919
ReuseCommittee(epoch iotago.EpochIndex, committee *account.Accounts) error
2020

2121
// InitializeCommittee initializes the committee for the current slot by marking whole or a subset of the committee as active.

0 commit comments

Comments
 (0)