mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-16 13:00:52 +02:00
Typo error
This commit is contained in:
parent
b1f7d70905
commit
609645ef9e
1 changed files with 2 additions and 2 deletions
|
|
@ -4509,7 +4509,7 @@ def bitcoincoremenuLOCALcontrolA(bcore):
|
|||
elif bcore in ["Z", "z"]:
|
||||
statsconn()
|
||||
elif bcore in ["U", "u"]:
|
||||
untxsconn()
|
||||
untxsConn()
|
||||
|
||||
def bitcoincoremenuLOCALcontrolAOnchainONLY(bcore):
|
||||
if bcore in ["A", "a"]:
|
||||
|
|
@ -4560,7 +4560,7 @@ def bitcoincoremenuLOCALcontrolAOnchainONLY(bcore):
|
|||
elif bcore in ["Z", "z"]:
|
||||
statsconn()
|
||||
elif bcore in ["U", "u"]:
|
||||
untxsconn()
|
||||
untxsConn()
|
||||
|
||||
def walletmenuLOCALcontrolAOnchainONLY(walletmnu):
|
||||
if walletmnu in ["A", "a"]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue