diff --git a/cashu/wallet/wallet.py b/cashu/wallet/wallet.py index 7d77600..042f051 100644 --- a/cashu/wallet/wallet.py +++ b/cashu/wallet/wallet.py @@ -32,8 +32,6 @@ from cashu.wallet.crud import ( class LedgerAPI: def __init__(self, url): self.url = url - # self.keys = self._get_keys(self.url) - # self._load_mint() @staticmethod def _get_keys(url):