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

p2p: fix value of DiscSubprotocolError

We had the wrong value (12) since forever.
parent 05c66529
......@@ -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