mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-02-04 00:04:20 +01:00
fix typo
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user