diff --git a/cashu/wallet/wallet.py b/cashu/wallet/wallet.py index ae303e7..30bb878 100644 --- a/cashu/wallet/wallet.py +++ b/cashu/wallet/wallet.py @@ -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}")