Skip to content

Commit

Permalink
remove mint_loaded decorator in deprecated wallet api
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed May 24, 2024
1 parent 32fa497 commit 281985d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cashu/wallet/wallet_deprecated.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ async def _get_keyset_deprecated(self, url: str, keyset_id: str) -> WalletKeyset
return keyset

@async_set_httpx_client
@async_ensure_mint_loaded_deprecated
async def _get_keysets_deprecated(self, url: str) -> List[KeysetsResponseKeyset]:
"""API that gets a list of all active keysets of the mint.
Expand Down

0 comments on commit 281985d

Please sign in to comment.