Skip to content

Commit

Permalink
Update PyBlock.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SatoshiNakamotoBitcoin authored Oct 22, 2024
1 parent b98cba2 commit 56fd5b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pybitblock/PyBlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -6983,7 +6983,7 @@ def bitcoincoremenuLOCALcontrolA(bcore):
elif bcore in ["CM", "cm"]:
CoreMiner()
elif bcore in ["ONM", "onm"]:
OwnNodeMinerControlONCHAIN()
OwnNodeMinerONCHAIN()

def bitcoincoremenuLOCALcontrolAOnchainONLY(bcore):
if bcore in ["A", "a"]:
Expand Down Expand Up @@ -7084,7 +7084,7 @@ def bitcoincoremenuLOCALcontrolAOnchainONLY(bcore):
elif bcore in ["CM", "cm"]:
CoreMiner()
elif bcore in ["ONM", "onm"]:
OwnNodeMinerControlONCHAIN()
OwnNodeMinerONCHAIN()

def walletmenuLOCALcontrolAOnchainONLY(walletmnu):
if walletmnu in ["A", "a"]:
Expand Down Expand Up @@ -7733,7 +7733,7 @@ def bitcoincoremenuREMOTEcontrol(bcore):
elif bcore in ["U", "u"]:
untxsConn()
elif bcore in ["ONM", "onm"]:
OwnNodeMinerControlONCHAIN(menuMino)
OwnNodeMinerONCHAIN()

def bitcoincoremenuREMOTEcontrolO(oreturn):
if oreturn in ["A", "a"]:
Expand Down

0 comments on commit 56fd5b0

Please sign in to comment.