Skip to content

Commit

Permalink
chore: improve AllBlocksListener export comment
Browse files Browse the repository at this point in the history
Co-authored-by: noot <36753753+noot@users.noreply.github.com>
  • Loading branch information
EclesioMeloJunior and noot authored Aug 24, 2021
1 parent a1128a5 commit dc0bb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot/rpc/subscription/listeners.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ func (l *BlockFinalizedListener) Stop() error {
return cancelWithTimeout(l.cancel, l.done, l.cancelTimeout)
}

// AllBlocksListener is a listener that enables to be awere about new blocks and finalised ones
// AllBlocksListener is a listener that is aware of new and newly finalised blocks```
type AllBlocksListener struct {
finalizedChan chan *types.FinalisationInfo
importedChan chan *types.Block
Expand Down

0 comments on commit dc0bb69

Please sign in to comment.