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:
callebtc
2025-03-28 16:11:04 +01:00
committed by GitHub
parent f783493e1a
commit 76e2601efd
6 changed files with 6 additions and 0 deletions

View File

@@ -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):