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
commit 19fda31afb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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