From 572904d0455df59ef888c173a7c38cb17bc0d4c0 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Fri, 30 Sep 2022 03:14:02 +0200 Subject: [PATCH] comments --- cashu/wallet/wallet.py | 2 -- 1 file changed, 2 deletions(-) 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):