Commit 0dd6911c authored by Felix Lange's avatar Felix Lange

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

p2p: fix value of DiscSubprotocolError
parents 28feafe7 0d10d5a0
......@@ -66,7 +66,7 @@ const (
DiscUnexpectedIdentity
DiscSelf
DiscReadTimeout
DiscSubprotocolError
DiscSubprotocolError = 0x10
)
var discReasonToString = [...]string{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment