Duplicate comment

This commit is contained in:
郭光华 2019-11-15 12:01:34 +08:00 committed by GitHub
parent 3c1c7ec682
commit 83f33bb2fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {