mirror of
https://github.com/lnbits/lnbits.git
synced 2025-07-28 05:32:40 +02:00
.
This commit is contained in:
@@ -53,5 +53,6 @@ class Addresses(BaseModel):
|
||||
text = f"Payment to {self.username}"
|
||||
identifier = f"{self.username}@{domain}"
|
||||
metadata = [["text/plain", text], ["text/identifier"], identifier]
|
||||
print(json.dumps(metadata))
|
||||
|
||||
return LnurlPayMetadata(json.dumps(metadata))
|
||||
|
Reference in New Issue
Block a user