Update spvblock.py

This commit is contained in:
Satoshi Nakamoto 2022-09-27 21:41:03 +02:00 committed by GitHub
parent 25736032b8
commit 111f354a01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3528,7 +3528,7 @@ def callGitWardenTerminal():
os.system(git)
os.system("cd warden_terminal && python3 node_warden.py")
#---------------------------------Warden Terminal----------------------------------
#---------------------------------Cashu----------------------------------
def callGitCashu():
if not os.path.isdir('Cashu'):
git = "pip3 install cashu"