p2p: fix value of DiscSubprotocolError

We had the wrong value (12) since forever.
pull/1647/head
Felix Lange 9 years ago
parent 05c66529b2
commit 0d10d5a0a5
  1. 2
      p2p/peer_error.go

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

Loading…
Cancel
Save