mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-10 13:19:04 +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
|
||||
DiscSelf
|
||||
DiscReadTimeout
|
||||
DiscSubprotocolError
|
||||
DiscSubprotocolError = 0x10
|
||||
)
|
||||
|
||||
var discReasonToString = [...]string{
|
||||
|
|
|
|||
Loading…
Reference in a new issue