Update spvblock.py

This commit is contained in:
Satoshi Nakamoto 2024-08-15 02:08:20 +02:00 committed by GitHub
parent 7c3b7decdd
commit bc396d916d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: