mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-13 12:33:15 +02:00
Update PyBlock.py
This commit is contained in:
parent
e1ad57186d
commit
491d33db29
1 changed files with 2 additions and 2 deletions
|
|
@ -1486,7 +1486,7 @@ def bitcoincoremenuLOCAL():
|
|||
\u001b[38;5;202mU.\033[0;37;40m Unconfirmed Txs
|
||||
\u001b[38;5;202mS.\033[0;37;40m Mempool
|
||||
\u001b[38;5;202mCM.\033[0;37;40m Core Miner
|
||||
\u001b[38;5;202mONW.\033[0;37;40m Own Node Miner
|
||||
\u001b[38;5;202mONM.\033[0;37;40m Own Node Miner
|
||||
\u001b[33;1mR.\033[0;37;40m Return
|
||||
\n\n\x1b[?25h""".format(n, alias['alias'], d['blocks'], version, checkupdate()))
|
||||
bitcoincoremenuLOCALcontrolA(input("\033[1;32;40mSelect option: \033[0;37;40m"))
|
||||
|
|
@ -1526,7 +1526,7 @@ def bitcoincoremenuLOCALOnchainONLY():
|
|||
\u001b[38;5;202mU.\033[0;37;40m Unconfirmed Txs
|
||||
\u001b[38;5;202mS.\033[0;37;40m Mempool
|
||||
\u001b[38;5;202mCM.\033[0;37;40m Core Miner
|
||||
\u001b[38;5;202mONW.\033[0;37;40m Own Node Miner
|
||||
\u001b[38;5;202mONM.\033[0;37;40m Own Node Miner
|
||||
\u001b[33;1mR.\033[0;37;40m Return
|
||||
\n\n\x1b[?25h""".format(n,d['blocks'], version, checkupdate()))
|
||||
bitcoincoremenuLOCALcontrolAOnchainONLY(input("\033[1;32;40mSelect option: \033[0;37;40m"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue