Update nodeconnection.py

This commit is contained in:
curly60e 2020-10-18 18:03:28 -03:00 committed by GitHub
parent c26caf62be
commit 21e6672580
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,7 +144,6 @@ def remotegetblockcount(): # get access to bitcoin-cli with the command getblock
try:
a = rpc('getblockchaininfo')
d = a
print(d)
clear()
print("\033[1;32;40m")
blogo()