Skip to content

Commit

Permalink
Update core/consensus/component.go
Browse files Browse the repository at this point in the history
Co-authored-by: Gianguido Sorà <gsora@users.noreply.github.com>
  • Loading branch information
corverroos and gsora authored Jul 13, 2023
1 parent 03e27cf commit b820c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/consensus/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func newInstanceIO() instanceIO {
}
}

// instance defines the async input and output channels of a
// instanceIO defines the async input and output channels of a
// single consensus instance in the Component.
type instanceIO struct {
recvBuffer chan msg // Outer receive buffers.
Expand Down

0 comments on commit b820c4d

Please sign in to comment.