mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-19 13:18:13 +02:00
Merge pull request #357 from curly60e/curly60e-patch-194
Update PyBlock.py
This commit is contained in:
commit
fd8690fd63
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