From 80597cecb3b359238b5ac907a6b288e59689775a Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sun, 9 Oct 2022 22:09:43 +0200 Subject: [PATCH] fix typo --- cashu/core/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cashu/core/base.py b/cashu/core/base.py index d99449f..b76b6c4 100644 --- a/cashu/core/base.py +++ b/cashu/core/base.py @@ -269,7 +269,7 @@ class MintKeyset: if row is None: return cls return cls( - id=id, + id=row[0], derivation_path=row[1], valid_from=row[2], valid_to=row[3],