From 0fac3d59a34a861c7a826b0d1fa2f3002356e04c Mon Sep 17 00:00:00 2001 From: TheKysek Date: Wed, 22 Mar 2017 11:56:33 +0100 Subject: [PATCH] Change User Agent to comply with specification --- src/shared.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared.py b/src/shared.py index 8ed874c..3d5a064 100644 --- a/src/shared.py +++ b/src/shared.py @@ -19,7 +19,7 @@ protocol_version = 3 services = 3 # NODE_NETWORK, NODE_SSL stream = 1 nonce = os.urandom(8) -user_agent = b'MiNode-v0.2.0' +user_agent = b'/MiNode:0.2.1/' timeout = 600 header_length = 24