Skip to content

Commit

Permalink
p2p: fix value of DiscSubprotocolError
Browse files Browse the repository at this point in the history
We had the wrong value (12) since forever.
  • Loading branch information
fjl committed Aug 12, 2015
1 parent 05c6652 commit 0d10d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/peer_error.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const (
DiscUnexpectedIdentity
DiscSelf
DiscReadTimeout
DiscSubprotocolError
DiscSubprotocolError = 0x10
)

var discReasonToString = [...]string{
Expand Down

0 comments on commit 0d10d5a

Please sign in to comment.