mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-19 13:18:13 +02:00
Merge pull request #293 from curly60e/Satosh1Nakamot0-patch-7
Update PyBlock.py
This commit is contained in:
commit
2d0f0fc315
1 changed files with 5 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue