good morning!!!!

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

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

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