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 b990681 commit c3a969fCopy full SHA for c3a969f
p2p/peer_error.go
@@ -69,7 +69,7 @@ const (
69
DiscUnexpectedIdentity
70
DiscSelf
71
DiscReadTimeout
72
- DiscSubprotocolError = 0x10
+ DiscSubprotocolError = DiscReason(0x10)
73
)
74
75
var discReasonToString = [...]string{
0 commit comments