diff --git a/pybitblock/SPV/spvblock.py b/pybitblock/SPV/spvblock.py index 8d8b105..f6b449a 100644 --- a/pybitblock/SPV/spvblock.py +++ b/pybitblock/SPV/spvblock.py @@ -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()