Merge pull request #165 from curly60e/curly60e-patch-109

Update nodeconnection.py
This commit is contained in:
curly60e 2020-09-25 20:04:22 -03:00 committed by GitHub
commit 9dfa70f38d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):