From 21e66725805ceebb0fbd65e1932c0ca9244f2beb Mon Sep 17 00:00:00 2001 From: curly60e <55191248+curly60e@users.noreply.github.com> Date: Sun, 18 Oct 2020 18:03:28 -0300 Subject: [PATCH] Update nodeconnection.py --- nodeconnection.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nodeconnection.py b/nodeconnection.py index 319f9e1..9561328 100644 --- a/nodeconnection.py +++ b/nodeconnection.py @@ -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()