mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-20 18:51:05 +01:00
.
This commit is contained in:
parent
e6ec560317
commit
346e50cbb5
@ -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…
Reference in New Issue
Block a user