p2p: fix value of DiscSubprotocolError

We had the wrong value (12) since forever.
This commit is contained in:
Felix Lange 2015-08-12 14:15:54 +02:00
parent 05c66529b2
commit 0d10d5a0a5

View File

@ -66,7 +66,7 @@ const (
DiscUnexpectedIdentity
DiscSelf
DiscReadTimeout
DiscSubprotocolError
DiscSubprotocolError = 0x10
)
var discReasonToString = [...]string{