Merge pull request #357 from curly60e/curly60e-patch-194

Update PyBlock.py
This commit is contained in:
curly60e 2021-11-26 01:09:03 -03:00 committed by GitHub
commit fd8690fd63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()