From 50e6b9a2c51e2781b41ef4c0c2b126a0fe770e61 Mon Sep 17 00:00:00 2001 From: Satoshi Nakamoto <65907137+SatoshiNakamotoBitcoin@users.noreply.github.com> Date: Fri, 5 Nov 2021 18:30:46 +0100 Subject: [PATCH] Update PyBlock.py --- PyBlock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyBlock.py b/PyBlock.py index 57201e4..1a918b5 100644 --- a/PyBlock.py +++ b/PyBlock.py @@ -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-----------------------------------------