make format

This commit is contained in:
ben
2022-07-29 12:37:19 +01:00
parent 1b1a7cc3ed
commit 166618c452

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