Skip to content

Commit

Permalink
Update graphsync.go
Browse files Browse the repository at this point in the history
Co-authored-by: Masih H. Derkani <301855+masih@users.noreply.github.com>
  • Loading branch information
hannahhoward and masih committed Aug 3, 2021
1 parent fad3020 commit f7bf0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphsync.go
Expand Up @@ -371,6 +371,6 @@ type GraphExchange interface {
// CancelResponse cancels an in progress response
CancelResponse(peer.ID, RequestID) error

// CancelRequest cancels an in progress response
// CancelRequest cancels an in progress request
CancelRequest(context.Context, RequestID) error
}

0 comments on commit f7bf0a5

Please sign in to comment.