mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-24 03:54:21 +01:00
Add terms of service URL to MintInformation class (#715)
* add tos_url according to https://github.com/cashubtc/nuts/pull/205 * add tos_url everywhere
This commit is contained in:
@@ -52,6 +52,7 @@ class GetInfoResponse(BaseModel):
|
||||
contact: Optional[List[MintInfoContact]] = None
|
||||
motd: Optional[str] = None
|
||||
icon_url: Optional[str] = None
|
||||
tos_url: Optional[str] = None
|
||||
urls: Optional[List[str]] = None
|
||||
time: Optional[int] = None
|
||||
nuts: Optional[Dict[int, Any]] = None
|
||||
|
||||
Reference in New Issue
Block a user