mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-16 13:00:52 +02:00
commit
18ca330699
2 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
ver.txt
2
ver.txt
|
|
@ -1 +1 @@
|
|||
{"version":"1.1.5"}
|
||||
{"version":"1.1.5.1"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue