back
This commit is contained in:
@@ -53,5 +53,5 @@ class Addresses(BaseModel):
|
||||
text = f"Payment to {self.username}"
|
||||
identifier = f"{self.username}@{domain}"
|
||||
metadata = [["text/plain", text], ["text/identifier", identifier]]
|
||||
|
||||
|
||||
return LnurlPayMetadata(json.dumps(metadata))
|
||||
|
||||
Reference in New Issue
Block a user