mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-16 13:00:52 +02:00
Update PyBlock.py
This commit is contained in:
parent
83fde9a9e0
commit
c09c3bf4b2
1 changed files with 2 additions and 2 deletions
|
|
@ -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"]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue