Merge pull request #1647 from fjl/fix-disc-reason

p2p: fix value of DiscSubprotocolError
pull/1651/head
Felix Lange 9 years ago
commit 0dd6911c62
  1. 2
      p2p/peer_error.go

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

Loading…
Cancel
Save