diff --git a/pybitblock/PyBlock.py b/pybitblock/PyBlock.py index 079b4ad1..0a771203 100644 --- a/pybitblock/PyBlock.py +++ b/pybitblock/PyBlock.py @@ -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"]: