Merge pull request #619 from gguoss/patch-2

Duplicate comment
This commit is contained in:
Łukasz Magiera 2019-11-15 14:43:03 +01:00 committed by GitHub
commit eeec3c1783
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) {