mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-20 13:28:10 +02:00
Update spvblock.py
This commit is contained in:
parent
59c220fb07
commit
446bdda10b
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue