mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-24 03:54:21 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user