Merge pull request #293 from curly60e/Satosh1Nakamot0-patch-7

Update PyBlock.py
This commit is contained in:
curly60e 2021-11-02 18:58:18 -03:00 committed by GitHub
commit 2d0f0fc315
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1246,12 +1246,12 @@ def APILnbit():
\033[1;32;40mA.\033[0;37;40m New Invoice
\033[1;32;40mB.\033[0;37;40m Pay Invoice
\033[1;32;40mC.\033[0;37;40m Wallet Balance
\033[1;32;40mC.\033[0;37;40m New PayWall
\033[1;32;40mD.\033[0;37;40m Delete PayWall
\033[1;32;40mE.\033[0;37;40m List PayWalls
\033[1;32;40mF.\033[0;37;40m Create LNURL
\033[1;32;40mG.\033[0;37;40m List LNURL
\033[1;32;40mH.\033[0;37;40m Wallet Balance
\u001b[31;1mR.\033[0;37;40m Return
\n\n\x1b[?25h""".format(n if path['bitcoincli'] else a , alias['alias'], d['blocks'], version, bitLN['NN'], checkupdate()))
menuLNBPI(input("\033[1;32;40mSelect option: \033[0;37;40m"))
@ -3073,6 +3073,10 @@ def menuLNBPI(menuLNQ):
clear()
blogo()
lnbitsLNURLwList()
elif menuLNQ in ["H", "h"]:
clear()
blogo()
lnbitsWalletBalance()
elif menuLNQ in ["R", "r"]:
menuSelection()