text identifier
This commit is contained in:
parent
de2ebf90c7
commit
4ee86958b8
1 changed files with 1 additions and 1 deletions
|
|
@ -51,6 +51,6 @@ class Addresses(BaseModel):
|
|||
|
||||
async def lnurlpay_metadata(self) -> LnurlPayMetadata:
|
||||
text = f"Payment to {self.username}"
|
||||
metadata = [["text/plain", text]]
|
||||
metadata = [["text/identifier", text]]
|
||||
|
||||
return LnurlPayMetadata(json.dumps(metadata))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue