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 21, 2024
1 parent 83fde9a commit c09c3bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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"]:
OwnNodeMiner(menuMin)
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"]:
OwnNodeMiner(menuMin)
OwnNodeMinerONCHAIN()

def walletmenuLOCALcontrolAOnchainONLY(walletmnu):
if walletmnu in ["A", "a"]:
Expand Down

0 comments on commit c09c3bf

Please sign in to comment.