Skip to content

Commit

Permalink
add missing disabled-flag to nut4
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Feb 16, 2024
1 parent ecad957 commit 6366015
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cashu/mint/router.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from gc import disable
from typing import Any, Dict, List

from fastapi import APIRouter
Expand Down Expand Up @@ -50,6 +51,7 @@ async def info() -> GetInfoResponse:
mint_features: Dict[int, Dict[str, Any]] = {
4: dict(
methods=method_unit_pairs,
disabled=False,
),
5: dict(
methods=method_unit_pairs,
Expand Down

0 comments on commit 6366015

Please sign in to comment.