Merge pull request #385 from curly60e/curly60e-patch-212

Bug fixes
This commit is contained in:
curly60e 2021-11-30 22:37:21 -03:00 committed by GitHub
commit 18ca330699
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -1 +1 @@
{"version":"1.1.5"}
{"version":"1.1.5.1"}