mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-22 03:24:18 +01:00
strip URL (#605)
This commit is contained in:
@@ -107,7 +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")
|
||||
logger.debug(f"Mint URL: {url}")
|
||||
|
||||
Reference in New Issue
Block a user