diff --git a/cashu/mint/router.py b/cashu/mint/router.py index bad7d94..aca3adc 100644 --- a/cashu/mint/router.py +++ b/cashu/mint/router.py @@ -82,7 +82,6 @@ async def split(payload: SplitPayload): except Exception as exc: return {"error": str(exc)} if not split_return: - # tere was a problem with the split return {"error": "there was a problem with the split."} fst_promises, snd_promises = split_return return {"fst": fst_promises, "snd": snd_promises}