Dirty fix

Will look at adding webhook url back
This commit is contained in:
ben 2022-07-29 12:36:29 +01:00
parent 9387d9cc48
commit 1b1a7cc3ed

View File

@ -65,7 +65,7 @@ class OpenNodeWallet(Wallet):
json={
"amount": amount,
"description": memo or "",
"callback_url": url_for("/webhook_listener", _external=True),
# "callback_url": url_for("/webhook_listener", _external=True),
},
timeout=40,
)