Skip to content

Commit

Permalink
Update model/flow/epoch.go
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Hentschel <alex.hentschel@flowfoundation.org>
  • Loading branch information
durkmurder and AlexHentschel authored Aug 8, 2024
1 parent 12ac1fd commit ef296f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/flow/epoch.go
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ func (commit *EpochCommit) EqualTo(other *EpochCommit) bool {
}

// EjectIdentity is a service event emitted when a node has to be ejected from the network.
// Dynamic Protocol State listens to this event and updates the identity table accordingly.
// The Dynamic Protocol State observes these events and updates the identity table accordingly.
// It contains a single field which is the identifier of the node being ejected.
type EjectIdentity struct {
NodeID Identifier
Expand Down

0 comments on commit ef296f7

Please sign in to comment.