From 83f33bb2fb93f78a98230e406626f8cc1dc4e643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E5=85=89=E5=8D=8E?= Date: Fri, 15 Nov 2019 12:01:34 +0800 Subject: [PATCH] Duplicate comment --- datatransfer/dagservice_impl.go | 1 - 1 file changed, 1 deletion(-) diff --git a/datatransfer/dagservice_impl.go b/datatransfer/dagservice_impl.go index 30f595cda..3379701b6 100644 --- a/datatransfer/dagservice_impl.go +++ b/datatransfer/dagservice_impl.go @@ -39,7 +39,6 @@ func (impl *dagserviceImpl) RegisterVoucherType(voucherType reflect.Type, valida return nil } -// open a data transfer that will send data to the recipient peer and // open a data transfer that will send data to the recipient peer and // transfer parts of the piece that match the selector func (impl *dagserviceImpl) OpenPushDataChannel(ctx context.Context, to peer.ID, voucher Voucher, baseCid cid.Cid, Selector ipld.Node) (ChannelID, error) {