We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a9d81d commit bebfa67Copy full SHA for bebfa67
protocol/shannon/context.go
@@ -447,7 +447,7 @@ func (rc *requestContext) sendRelayWithFallback(payload protocol.Payload) (proto
447
448
// Create a cancellable context for the Shannon relay.
449
// This allows us to cancel the request if we timeout and fallback,
450
- // preventing double signal recording (timeout + error from cancelled request).
+ // preventing double signal recording (timeout + error from canceled request).
451
shannonCtx, cancelShannon := context.WithCancel(rc.context)
452
453
// Setup Shannon endpoint request:
0 commit comments