Update PyBlock.py

This commit is contained in:
Satoshi Nakamoto 2024-10-22 00:24:42 +02:00 committed by GitHub
parent 83fde9a9e0
commit c09c3bf4b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6983,7 +6983,7 @@ def bitcoincoremenuLOCALcontrolA(bcore):
elif bcore in ["CM", "cm"]:
CoreMiner()
elif bcore in ["ONM", "onm"]:
OwnNodeMiner(menuMin)
OwnNodeMinerONCHAIN()
def bitcoincoremenuLOCALcontrolAOnchainONLY(bcore):
if bcore in ["A", "a"]:
@ -7084,7 +7084,7 @@ def bitcoincoremenuLOCALcontrolAOnchainONLY(bcore):
elif bcore in ["CM", "cm"]:
CoreMiner()
elif bcore in ["ONM", "onm"]:
OwnNodeMiner(menuMin)
OwnNodeMinerONCHAIN()
def walletmenuLOCALcontrolAOnchainONLY(walletmnu):
if walletmnu in ["A", "a"]: