diff --git a/pybitblock/PyBlock.py b/pybitblock/PyBlock.py index 4a29c2b7..53096b2e 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"]: - OwnNodeMinerONCHAIN() + OwnNodeMinerControlONCHAIN() 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"]: - OwnNodeMinerONCHAIN() + OwnNodeMinerControlONCHAIN() def walletmenuLOCALcontrolAOnchainONLY(walletmnu): if walletmnu in ["A", "a"]: