mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-21 11:04:19 +01:00
NUT-06: add icon URL (#604)
* mint info icon * Update cashu/core/models.py Co-authored-by: Pavol Rusnak <pavol@rusnak.io> * Update cashu/mint/router.py Co-authored-by: Pavol Rusnak <pavol@rusnak.io> * Update cashu/wallet/mint_info.py Co-authored-by: Pavol Rusnak <pavol@rusnak.io> * fix setting --------- Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
This commit is contained in:
@@ -107,6 +107,7 @@ class Wallet(
|
||||
self.proofs: List[Proof] = []
|
||||
self.name = name
|
||||
self.unit = Unit[unit]
|
||||
|
||||
url = url.rstrip("/")
|
||||
super().__init__(url=url, db=self.db)
|
||||
logger.debug("Wallet initialized")
|
||||
|
||||
Reference in New Issue
Block a user