Skip to content

Commit

Permalink
Update cashu/core/models.py
Browse files Browse the repository at this point in the history
Co-authored-by: Pavol Rusnak <[email protected]>
  • Loading branch information
callebtc and prusnak authored Sep 8, 2024
1 parent d4c8c8a commit f3b33be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cashu/core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class GetInfoResponse(BaseModel):
description_long: Optional[str] = None
contact: Optional[List[MintInfoContact]] = None
motd: Optional[str] = None
mint_icon_url: Optional[str] = None
icon_url: Optional[str] = None
nuts: Optional[Dict[int, Any]] = None

def supports(self, nut: int) -> Optional[bool]:
Expand Down

0 comments on commit f3b33be

Please sign in to comment.