hypersign-protocol / hid-node

A permissionless blockchain network to manage digital identity and access rights
https://hypersign.id
Apache License 2.0
223 stars 23 forks source link

bugfix: Deactivated DIDs are not allowed to update. #354

Closed arnabghose997 closed 1 year ago

arnabghose997 commented 1 year ago

This PR fixes the Update DID RPC by adding a check to ensure Deactivated DIDs are not allowed to update. Necessary tests have been added.