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)