From 97e31a42a93610c179c322af8ef6b0e608d5ddac Mon Sep 17 00:00:00 2001 From: curly60e <55191248+curly60e@users.noreply.github.com> Date: Fri, 25 Sep 2020 20:04:11 -0300 Subject: [PATCH] Update nodeconnection.py --- nodeconnection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodeconnection.py b/nodeconnection.py index be4bafd..8b908c4 100644 --- a/nodeconnection.py +++ b/nodeconnection.py @@ -91,7 +91,7 @@ def countdownblockConn(): b = rpc('getblockcount') c = str(b) if a == int(c): - print("Congratulations, you achieve block" + a) + print("Congratulations, you achieve block " + a) input("\nContinue...") break elif n != int(c):