good morning!!!!

Skip to content
Snippets Groups Projects
Commit 0d10d5a0 authored by Felix Lange's avatar Felix Lange
Browse files

p2p: fix value of DiscSubprotocolError

We had the wrong value (12) since forever.
parent 05c66529
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ const ( ...@@ -66,7 +66,7 @@ const (
DiscUnexpectedIdentity DiscUnexpectedIdentity
DiscSelf DiscSelf
DiscReadTimeout DiscReadTimeout
DiscSubprotocolError DiscSubprotocolError = 0x10
) )
var discReasonToString = [...]string{ var discReasonToString = [...]string{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment