mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-20 02:28:10 +01:00
:(
This commit is contained in:
parent
86353a61b6
commit
13e771eb9a
@ -21,7 +21,7 @@ async def lnurl_response(cp_id):
|
||||
callback=url_for("copilot.lnurl_callback", cp_id=cp_id, _external=True),
|
||||
min_sendable=10000,
|
||||
max_sendable=50000000,
|
||||
metadata=json.dumps([["text/plain", cp.lnurl_title]]),
|
||||
metadata=json.dumps(jsonify([["text/plain", cp.lnurl_title]])),
|
||||
)
|
||||
|
||||
params = resp.dict()
|
||||
|
Loading…
Reference in New Issue
Block a user