Skip to content

Commit

Permalink
Add comment to exported ScheduledChange
Browse files Browse the repository at this point in the history
  • Loading branch information
dimartiro committed Oct 16, 2024
1 parent f426d68 commit 2f60fe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/primitives/consensus/grandpa/grandpa.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ type SignedMessage[H, N any] grandpa.SignedMessage[H, N, AuthoritySignature, Aut
// Commit is a commit message for this chain's block type.
type Commit[H, N any] grandpa.Commit[H, N, AuthoritySignature, AuthorityID]

// ScheduledChange is a scheduled authority change.
type ScheduledChange[N runtime.Number] struct {
NextAuthorities AuthorityList
Delay N
Expand Down

0 comments on commit 2f60fe3

Please sign in to comment.