diff --git a/PyBlock.py b/PyBlock.py index a0f0400..e9e2caa 100644 --- a/PyBlock.py +++ b/PyBlock.py @@ -33,7 +33,7 @@ from PIL import Image from robohash import Robohash -version = "1.1.5" +version = "1.1.5.1" def close(): print("<<< Back Control + C.\n\n") @@ -108,6 +108,7 @@ def untxsConn(): abc = json.loads(gnb1) ab = abc['vout'] knz = 'address' + bnz = '-5' for key, value in enumerate(ab): knx = value['scriptPubKey'] if knz in knx: @@ -117,6 +118,8 @@ def untxsConn(): decodeTX = path['bitcoincli'] + " getrawtransaction {}".format(b) + " | xxd -r -p | hexyl -n 256" print("OP_RETURN Hex: ") os.system(decodeTX) + if bnz in b: + input("Refreshing list...") input("\n\033[?25l\033[0;37;40m\n\033[AContinue...\033[A") except: pass diff --git a/ver.txt b/ver.txt index b80cc2c..11115ae 100644 --- a/ver.txt +++ b/ver.txt @@ -1 +1 @@ -{"version":"1.1.5"} +{"version":"1.1.5.1"}