Update spvblock.py

This commit is contained in:
curly60e 2022-04-04 10:42:10 -03:00 committed by GitHub
parent 59c220fb07
commit 446bdda10b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3267,7 +3267,7 @@ def readHexTx():
print(output)
responseC = input("BLOCK: ")
list = f"curl -s https://mempool.space/api/blocks/{responseC}" + """' """
list = f"curl -s https://mempool.space/api/blocks/{responseC}"
a = os.popen(list).read()
clear()
blogo()