From 9e5eb335c01fea3405ff561dd3778ab67d5ec8b6 Mon Sep 17 00:00:00 2001 From: curly60e <55191248+curly60e@users.noreply.github.com> Date: Sun, 10 May 2020 19:51:26 -0300 Subject: [PATCH] Update Python-BlockClock.py --- Python-BlockClock.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Python-BlockClock.py b/Python-BlockClock.py index 95d9c64..020cccc 100644 --- a/Python-BlockClock.py +++ b/Python-BlockClock.py @@ -3,8 +3,6 @@ import time as t from art import * -#/home/pi/Documents/bitcoin-0.19.1/bin/./bitcoin-cli -datadir=/mnt/royal/Bitcoin - def getblock(): # get access to bitcoin-cli with the command getblockchaininfo bitcoincli = " getblockchaininfo" os.system(path + bitcoincli)