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 e7648e5 commit 19d8f83Copy full SHA for 19d8f83
network/p2p/p2ptest/client.go
@@ -23,7 +23,7 @@ import (
23
// communicate with a server with the specified handler
24
func NewClient(
25
t *testing.T,
26
- rootCtx context.Context,
+ ctx context.Context,
27
handler p2p.Handler,
28
clientNodeID ids.NodeID,
29
serverNodeID ids.NodeID,
0 commit comments