mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-01-06 02:14:21 +01:00
Fix parsing of old format contact field in wallet (#589)
* wallet parse contact field if its old format * default checks for contacts
This commit is contained in:
@@ -142,7 +142,7 @@ class MintInformation(CashuSettings):
|
||||
mint_info_name: str = Field(default="Cashu mint")
|
||||
mint_info_description: str = Field(default=None)
|
||||
mint_info_description_long: str = Field(default=None)
|
||||
mint_info_contact: List[List[str]] = Field(default=[["", ""]])
|
||||
mint_info_contact: List[List[str]] = Field(default=[])
|
||||
mint_info_motd: str = Field(default=None)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user