await a string
This commit is contained in:
parent
806e01cb2e
commit
650fa35905
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ async def lnurl_response(cp_id):
|
||||||
),
|
),
|
||||||
min_sendable=10,
|
min_sendable=10,
|
||||||
max_sendable=50000,
|
max_sendable=50000,
|
||||||
metadata=await cp.lnurl_title,
|
metadata=cp.lnurl_title,
|
||||||
)
|
)
|
||||||
|
|
||||||
params = resp.dict()
|
params = resp.dict()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue