chore: update lnurl lib to v0.8.0 (#102)
This commit is contained in:
parent
a242f0e4b6
commit
e48be221b1
12 changed files with 2356 additions and 574 deletions
|
|
@ -1,5 +1,4 @@
|
|||
from datetime import datetime, timezone
|
||||
from typing import Optional
|
||||
|
||||
from fastapi import Query
|
||||
from pydantic import BaseModel, Field
|
||||
|
|
@ -62,4 +61,4 @@ class PayLink(BaseModel):
|
|||
disposable: bool
|
||||
|
||||
# TODO deprecated, unused in the code, should be deleted from db.
|
||||
domain: Optional[str] = None
|
||||
domain: str | None = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue