diff --git a/cashu/mint/features.py b/cashu/mint/features.py index b878fbd1..9b78eb2d 100644 --- a/cashu/mint/features.py +++ b/cashu/mint/features.py @@ -6,6 +6,7 @@ MintMethodSetting, ) from ..core.nuts import ( + CACHE_NUT, DLEQ_NUT, FEE_RETURN_NUT, HTLC_NUT, @@ -17,7 +18,6 @@ SCRIPT_NUT, STATE_NUT, WEBSOCKETS_NUT, - CACHE_NUT, ) from ..core.settings import settings from ..mint.protocols import SupportsBackends