mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
Merge pull request #1647 from fjl/fix-disc-reason
p2p: fix value of DiscSubprotocolError
This commit is contained in:
@@ -66,7 +66,7 @@ const (
|
||||
DiscUnexpectedIdentity
|
||||
DiscSelf
|
||||
DiscReadTimeout
|
||||
DiscSubprotocolError
|
||||
DiscSubprotocolError = 0x10
|
||||
)
|
||||
|
||||
var discReasonToString = [...]string{
|
||||
|
||||
Reference in New Issue
Block a user