Skip to content

Commit

Permalink
add missing disabled-flag to nut4 (#426)
Browse files Browse the repository at this point in the history
* add missing disabled-flag to nut4

* Update cashu/mint/router.py

---------

Co-authored-by: callebtc <[email protected]>
  • Loading branch information
ngutech21 and callebtc authored Feb 16, 2024
1 parent afbde83 commit 1397c46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cashu/mint/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,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 1397c46

Please sign in to comment.