p2p: fix value of DiscSubprotocolError
We had the wrong value (12) since forever.
This commit is contained in:
parent
05c66529b2
commit
0d10d5a0a5
|
@ -66,7 +66,7 @@ const (
|
||||||
DiscUnexpectedIdentity
|
DiscUnexpectedIdentity
|
||||||
DiscSelf
|
DiscSelf
|
||||||
DiscReadTimeout
|
DiscReadTimeout
|
||||||
DiscSubprotocolError
|
DiscSubprotocolError = 0x10
|
||||||
)
|
)
|
||||||
|
|
||||||
var discReasonToString = [...]string{
|
var discReasonToString = [...]string{
|
||||||
|
|
Loading…
Reference in New Issue