Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
Change-Id: I971e5a56ba8df903399b370bd188078271967717
Signed-off-by: Ray Chen <oldsharp@gmail.com>
  • Loading branch information
oldsharp committed Apr 14, 2017
1 parent e1dc407 commit 4e4155d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/deliverservice/deliveryclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var (
)

// DeliverService used to communicate with orderers to obtain
// new block and send the to the committer service
// new blocks and send them to the committer service
type DeliverService interface {
// StartDeliverForChannel dynamically starts delivery of new blocks from ordering service
// to channel peers.
Expand Down

0 comments on commit 4e4155d

Please sign in to comment.