mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-17 13:07:17 +02:00
Update spvblock.py
This commit is contained in:
parent
4aead9a549
commit
13cf33ec17
1 changed files with 3 additions and 3 deletions
|
|
@ -732,7 +732,7 @@ def wallPhoenix():
|
|||
os.system(f"curl -X 'POST' 'http://localhost:9740/createinvoice' -u :{responseC} -d 'description={responseD}' -d 'amountSat={responseE}'")
|
||||
input("\a\nContinue...")
|
||||
except:
|
||||
pass
|
||||
menuSelection()
|
||||
|
||||
def wallPhoenixBOLT12():
|
||||
try:
|
||||
|
|
@ -742,10 +742,10 @@ def wallPhoenixBOLT12():
|
|||
"PhoenixD BOLT12 Maker", colors=['yellow'], align='left', font='tiny'
|
||||
)
|
||||
responseC = input("Your PhoenixD Password: ")
|
||||
os.system(f"curl -X 'POST' 'http://localhost:9740/getoffer' -u :{responseC}")
|
||||
os.system(f"curl -s 'http://localhost:9740/getoffer' -u :{responseC}")
|
||||
input("\a\nContinue...")
|
||||
except:
|
||||
pass
|
||||
menuSelection()
|
||||
|
||||
#----------------------------------------------------------------------PhoenixEnd
|
||||
#-----------------------------Stats--------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue