From ea33c566baeb3cccf7f71d5bee92055096648013 Mon Sep 17 00:00:00 2001 From: Satoshi Nakamoto <65907137+SatoshiNakamotoBitcoin@users.noreply.github.com> Date: Wed, 20 Dec 2023 18:41:03 +0100 Subject: [PATCH] Update spvblock.py --- pybitblock/SPV/spvblock.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pybitblock/SPV/spvblock.py b/pybitblock/SPV/spvblock.py index 97476c6..6e92130 100644 --- a/pybitblock/SPV/spvblock.py +++ b/pybitblock/SPV/spvblock.py @@ -4267,7 +4267,7 @@ def decodeHex(): # show hex except: pass -def miscellaneousLOCALmenu(): +def miscellaneousLOCAL(): clear() blogo() sysinfo() @@ -4293,7 +4293,7 @@ def miscellaneousLOCALmenu(): \u001b[38;5;202mZ.\033[0;37;40m Bitcoin Strings \u001b[31;1mR.\033[0;37;40m Return \n\n\x1b[?25h""".format(n, b, version )) - miscellaneousLOCAL(input("\033[1;32;40mSelect option: \033[0;37;40m")) + miscellaneousLOCALmenu(input("\033[1;32;40mSelect option: \033[0;37;40m")) def slushpoolREMOTEOnchainONLY(): clear() @@ -7121,7 +7121,7 @@ def bitcoincoremenuLOCALcontrolA(bcore): elif bcore in ["G", "g"]: getrawtx() elif bcore in ["H", "h"]: - miscellaneousLOCALmenu() + miscellaneousLOCAL() elif bcore in ["I", "i"]: callColdCore() elif bcore in ["J", "j"]: @@ -7180,7 +7180,7 @@ def bitcoincoremenuLOCALcontrolAOnchainONLY(bcore): elif bcore in ["G", "g"]: getrawtx() elif bcore in ["H", "h"]: - miscellaneousLOCALmenu(misce) + miscellaneousLOCAL(misce) elif bcore in ["I", "i"]: callColdCore() elif bcore in ["J", "j"]: