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:
@@ -156,6 +156,7 @@ class MintInformation(CashuSettings):
|
||||
mint_info_motd: str = Field(default=None)
|
||||
mint_info_icon_url: str = Field(default=None)
|
||||
mint_info_urls: List[str] = Field(default=None)
|
||||
mint_info_tos_url: str = Field(default=None)
|
||||
|
||||
|
||||
class WalletSettings(CashuSettings):
|
||||
|
||||
Reference in New Issue
Block a user