Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Oct 7, 2023
1 parent 910a65a commit c702bd2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions cashu/wallet/wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,9 @@ async def wrapper(self, *args, **kwargs):


class LedgerAPI(object):
keysets: Dict[str, WalletKeyset] # holds keysets of mint
mint_keyset_ids: List[str] # holds ids of keysets of mint
# keys: WalletKeyset # holds current keys of mint
keyset_id: str # holds id of current keyset
# public_keys: Dict[int, PublicKey] # holds public keys of current keyset
keyset_id: str # holds current keyset id
keysets: Dict[str, WalletKeyset] # holds keysets
mint_keyset_ids: List[str] # holds active keyset ids of the mint

mint_info: GetInfoResponse # holds info about mint
tor: TorProxy
Expand Down

0 comments on commit c702bd2

Please sign in to comment.