Skip to content

Commit 1abada7

Browse files
fix type check in deserialization of tx witness (#414) (#415)
1 parent 6078263 commit 1abada7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycardano/witness.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def __post_init__(self):
3636
self.vkey = self.vkey.to_non_extended()
3737

3838
@classmethod
39-
@limit_primitive_type(list)
39+
@limit_primitive_type(list, tuple)
4040
def from_primitive(
4141
cls: Type[VerificationKeyWitness], values: Union[list, tuple]
4242
) -> VerificationKeyWitness:

0 commit comments

Comments
 (0)