From 1397c46ff479c3deb29674acaf4721efc605005b Mon Sep 17 00:00:00 2001 From: Steffen <99717310+ngutech21@users.noreply.github.com> Date: Fri, 16 Feb 2024 14:07:44 +0100 Subject: [PATCH] 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> --- cashu/mint/router.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cashu/mint/router.py b/cashu/mint/router.py index d4deb94..d0cac90 100644 --- a/cashu/mint/router.py +++ b/cashu/mint/router.py @@ -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,