Skip to content

Commit

Permalink
Update cashu/wallet/mint_info.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 e5aecab commit beb2857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cashu/wallet/mint_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class MintInfo(BaseModel):
description_long: Optional[str]
contact: Optional[List[MintInfoContact]]
motd: Optional[str]
mint_icon_url: Optional[str]
icon_url: Optional[str]
nuts: Optional[Dict[int, Any]]

def __str__(self):
Expand Down

0 comments on commit beb2857

Please sign in to comment.