.
This commit is contained in:
parent
e6ec560317
commit
346e50cbb5
1 changed files with 1 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue