add missing disabled-flag to nut4 (#426)

* add missing disabled-flag to nut4

* Update cashu/mint/router.py

---------

Co-authored-by: callebtc <93376500+callebtc@users.noreply.github.com>
This commit is contained in:
Steffen
2024-02-16 14:07:44 +01:00
committed by GitHub
parent afbde83ae2
commit 1397c46ff4

View File

@@ -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,