binary to string

This commit is contained in:
callebtc
2022-10-09 10:52:38 +02:00
parent 9f1e180274
commit 590a1a349a

View File

@@ -269,7 +269,7 @@ class MintKeyset:
if row is None:
return cls
return cls(
id=row[0],
id=row[0].decode("ascii"),
derivation_path=row[1],
valid_from=row[2],
valid_to=row[3],