revert
This commit is contained in:
parent
177cdecabf
commit
3e6a5b6720
1 changed files with 1 additions and 1 deletions
|
|
@ -54,4 +54,4 @@ class Addresses(BaseModel):
|
|||
identifier = f"{self.username}"
|
||||
metadata = [["text/plain", text], ["text/identifier", identifier]]
|
||||
|
||||
return LnurlPayMetadata(metadata)
|
||||
return LnurlPayMetadata(json.dumps(metadata))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue