Typo error

This commit is contained in:
curly60e 2021-11-25 18:00:27 -03:00 committed by GitHub
parent b1f7d70905
commit 609645ef9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"]: