mirror of
https://github.com/lnbits/lnbits.git
synced 2025-07-01 11:02:56 +02:00
text
This commit is contained in:
@ -50,7 +50,7 @@ class Addresses(BaseModel):
|
||||
time: int
|
||||
|
||||
async def lnurlpay_metadata(self) -> LnurlPayMetadata:
|
||||
text = f"Payment to {self.username}"
|
||||
text = f"Payment to {self.username}@{self.domain}"
|
||||
metadata = [["text/identifier", text]]
|
||||
|
||||
return LnurlPayMetadata(json.dumps(metadata))
|
||||
|
Reference in New Issue
Block a user