Skip to content

Commit

Permalink
Update network/p2p/p2ptest/client.go
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Buttolph <[email protected]>
Signed-off-by: Joshua Kim <[email protected]>
  • Loading branch information
joshua-kim and StephenButtolph authored Sep 24, 2024
1 parent e7648e5 commit 19d8f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/p2p/p2ptest/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
// communicate with a server with the specified handler
func NewClient(
t *testing.T,
rootCtx context.Context,
ctx context.Context,
handler p2p.Handler,
clientNodeID ids.NodeID,
serverNodeID ids.NodeID,
Expand Down

0 comments on commit 19d8f83

Please sign in to comment.