This commit is contained in:
callebtc
2022-10-09 22:09:43 +02:00
parent a5eefb80b0
commit 80597cecb3

View File

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