Skip to content

Commit 2d56c82

Browse files
swift1337lumtis
andauthored
Update p2p/stream_manager.go
Co-authored-by: Lucas Bertrand <[email protected]>
1 parent 94b1d39 commit 2d56c82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

p2p/stream_manager.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ const (
2424

2525
const unknown = "unknown"
2626

27-
// applyDeadline will be true , and only disable it when we are doing test
28-
// the reason being the p2p network , mocknet, mock stream doesn't support SetReadDeadline ,SetWriteDeadline feature
27+
// ApplyDeadline will be true, and only disable it when we are doing test
28+
// the reason being the p2p network, mocknet, mock stream doesn't support SetReadDeadline ,SetWriteDeadline feature
2929
var ApplyDeadline = &atomic.Bool{}
3030

3131
func init() {

0 commit comments

Comments
 (0)