Merge pull request #315 from curly60e/SatoshiNakamotoBitcoin-patch-2

Update PyBlock.py
This commit is contained in:
curly60e 2021-11-05 17:53:02 -03:00 committed by GitHub
commit 1200b86bae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -454,7 +454,7 @@ def callGitSatSale():
if not os.path.isdir('satsale'):
git = "git clone https://github.com/nickfarrow/SatSale.git"
os.system(git)
os.system("cd satsale && python3 node_warden.py")
os.system("cd satsale && python3 satsale.py")
#---------------------------------ColdCore-----------------------------------------