diff --git a/core/deliverservice/deliveryclient.go b/core/deliverservice/deliveryclient.go index 119a6038254..03441eb27e3 100644 --- a/core/deliverservice/deliveryclient.go +++ b/core/deliverservice/deliveryclient.go @@ -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.