diff --git a/pybitblock/SPV/spvblock.py b/pybitblock/SPV/spvblock.py index e5d4950..9037730 100644 --- a/pybitblock/SPV/spvblock.py +++ b/pybitblock/SPV/spvblock.py @@ -797,6 +797,7 @@ def SHS(): clear() blogo() output = render("SHS - Symbolic Hash Satoshi", colors=['yellow'], align='left', font='tiny') + print(output) os.system(f"python3 SHS.py") input("\a\nContinue...") except: