mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-18 13:08:54 +02:00
Update PyBlock.py
This commit is contained in:
parent
b159a3c91e
commit
7f2a68bbd8
1 changed files with 2 additions and 2 deletions
|
|
@ -4536,7 +4536,7 @@ def bitcoincoremenuLOCALcontrolA(bcore):
|
|||
elif bcore in ["O", "o"]:
|
||||
bitcoincoremenuLOCALOPRETURN()
|
||||
elif bcore in ["Z", "z"]:
|
||||
statsconn()
|
||||
statsConn()
|
||||
elif bcore in ["U", "u"]:
|
||||
untxsConn()
|
||||
|
||||
|
|
@ -4587,7 +4587,7 @@ def bitcoincoremenuLOCALcontrolAOnchainONLY(bcore):
|
|||
elif bcore in ["W", "w"]:
|
||||
walletmenuLOCALOnchainONLY()
|
||||
elif bcore in ["Z", "z"]:
|
||||
statsconn()
|
||||
statsConn()
|
||||
elif bcore in ["U", "u"]:
|
||||
untxsConn()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue