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