mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-18 13:08:54 +02:00
Merge pull request #165 from curly60e/curly60e-patch-109
Update nodeconnection.py
This commit is contained in:
commit
9dfa70f38d
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue