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
1 changed files with 1 additions and 1 deletions

View File

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