WebOfTrust / keripy

Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol
https://keripy.readthedocs.io/en/latest/
Apache License 2.0
60 stars 55 forks source link

Missing sn in CloneCred after fix in PR #682 #854

Closed rodolfomiranda closed 1 month ago

rodolfomiranda commented 3 months ago

PR https://github.com/WebOfTrust/keripy/pull/682 omitted specifying sn in the call to cloneTvtAt at line 405. This is important for revoked credentials. See diff changes on line 405 of PR https://github.com/WebOfTrust/keripy/pull/682

This PR inserts again the sn parameter.

Additionally, I corrected the sn used to search in the Tel, sn=0 for iss or sn=1 for rev