fix: change wallet for paylink

closes #26
This commit is contained in:
dni ⚡ 2024-04-01 09:22:40 +02:00
commit 9c518b8e6d
No known key found for this signature in database
GPG key ID: 886317704CC4E618
4 changed files with 30 additions and 17 deletions

View file

@ -28,6 +28,7 @@ class LnurlpSettings(BaseModel):
class CreatePayLinkData(BaseModel):
description: str
wallet: Optional[str] = None
min: float = Query(1, ge=0.01)
max: float = Query(1, ge=0.01)
currency: str = Query(None)