mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-24 15:52:35 +02:00
Dirty fix
Will look at adding webhook url back
This commit is contained in:
parent
9387d9cc48
commit
1b1a7cc3ed
@ -65,7 +65,7 @@ class OpenNodeWallet(Wallet):
|
|||||||
json={
|
json={
|
||||||
"amount": amount,
|
"amount": amount,
|
||||||
"description": memo or "",
|
"description": memo or "",
|
||||||
"callback_url": url_for("/webhook_listener", _external=True),
|
# "callback_url": url_for("/webhook_listener", _external=True),
|
||||||
},
|
},
|
||||||
timeout=40,
|
timeout=40,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user