mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-21 07:19:28 +00:00
Merge pull request #1647 from fjl/fix-disc-reason
p2p: fix value of DiscSubprotocolError
This commit is contained in:
commit
0dd6911c62
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ const (
|
||||||
DiscUnexpectedIdentity
|
DiscUnexpectedIdentity
|
||||||
DiscSelf
|
DiscSelf
|
||||||
DiscReadTimeout
|
DiscReadTimeout
|
||||||
DiscSubprotocolError
|
DiscSubprotocolError = 0x10
|
||||||
)
|
)
|
||||||
|
|
||||||
var discReasonToString = [...]string{
|
var discReasonToString = [...]string{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue