mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-19 13:18:13 +02:00
Merge pull request #315 from curly60e/SatoshiNakamotoBitcoin-patch-2
Update PyBlock.py
This commit is contained in:
commit
1200b86bae
1 changed files with 1 additions and 1 deletions
|
|
@ -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-----------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue