Merge pull request #809 from lnbits/opennodedirtyfix

Dirty fix
This commit is contained in:
Arc
2022-07-29 12:43:20 +01:00
committed by GitHub

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,
)