:(
This commit is contained in:
parent
86353a61b6
commit
13e771eb9a
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ async def lnurl_response(cp_id):
|
||||||
callback=url_for("copilot.lnurl_callback", cp_id=cp_id, _external=True),
|
callback=url_for("copilot.lnurl_callback", cp_id=cp_id, _external=True),
|
||||||
min_sendable=10000,
|
min_sendable=10000,
|
||||||
max_sendable=50000000,
|
max_sendable=50000000,
|
||||||
metadata=json.dumps([["text/plain", cp.lnurl_title]]),
|
metadata=json.dumps(jsonify([["text/plain", cp.lnurl_title]])),
|
||||||
)
|
)
|
||||||
|
|
||||||
params = resp.dict()
|
params = resp.dict()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue