trustbloc/sidetree-core-go

Do not accept DID operations after successful deactivate operation

Closed this issue · 0 comments

Currently we do accept DID operations after successful at REST API. However these operations will never be counted/applied during document resolution since we always stop at deactivate operation.

Block DID operations that are issued after successful deactivate operation at REST API.