From d3b4d035ec4f86341db378e3259c19f9fb8c0d7a Mon Sep 17 00:00:00 2001 From: Satoshi Nakamoto <65907137+SatoshiNakamotoBitcoin@users.noreply.github.com> Date: Fri, 5 Jul 2024 20:28:19 +0200 Subject: [PATCH] Update spvblock.py --- pybitblock/SPV/spvblock.py | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/pybitblock/SPV/spvblock.py b/pybitblock/SPV/spvblock.py index fd8eae4..c652b71 100644 --- a/pybitblock/SPV/spvblock.py +++ b/pybitblock/SPV/spvblock.py @@ -671,54 +671,24 @@ def callPhoenix(): os.system(f"cd phoenixwallet && ./phoenix-cli --help") responseC = input("\a\nType a command of the list: ") os.system(f"cd phoenixwallet && ./phoenix-cli {responseC}") - clear() - blogo() - print(output) responseC = input("\a\nType a command of the list: ") os.system(f"cd phoenixwallet && ./phoenix-cli {responseC}") - clear() - blogo() - print(output) responseC = input("\a\nType a command of the list: ") os.system(f"cd phoenixwallet && ./phoenix-cli {responseC}") - clear() - blogo() - print(output) responseC = input("\a\nType a command of the list: ") os.system(f"cd phoenixwallet && ./phoenix-cli {responseC}") - clear() - blogo() - print(output) responseC = input("\a\nType a command of the list: ") os.system(f"cd phoenixwallet && ./phoenix-cli {responseC}") - clear() - blogo() - print(output) responseC = input("\a\nType a command of the list: ") os.system(f"cd phoenixwallet && ./phoenix-cli {responseC}") - clear() - blogo() - print(output) responseC = input("\a\nType a command of the list: ") os.system(f"cd phoenixwallet && ./phoenix-cli {responseC}") - clear() - blogo() - print(output) responseC = input("\a\nType a command of the list: ") os.system(f"cd phoenixwallet && ./phoenix-cli {responseC}") - clear() - blogo() - print(output) responseC = input("\a\nType a command of the list: ") os.system(f"cd phoenixwallet && ./phoenix-cli {responseC}") - clear() - blogo() - print(output) responseC = input("\a\nCType a command of the list: ") os.system(f"cd phoenixwallet && ./phoenix-cli {responseC}") - clear() - blogo() - print(output) input("\a\nContinue...") except: menuSelection()