From 73e05d9bcd6294ffda77315425c2e70bc641ebc8 Mon Sep 17 00:00:00 2001 From: Dmytro Sukhyi Date: Tue, 9 Apr 2024 15:56:27 +0100 Subject: [PATCH] minor fix --- mkdocs/docs/contracts/state.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/docs/contracts/state.md b/mkdocs/docs/contracts/state.md index 28f4599..14fa0ba 100644 --- a/mkdocs/docs/contracts/state.md +++ b/mkdocs/docs/contracts/state.md @@ -24,7 +24,7 @@ The `verifier.sol` contract is automatically generated using circom and can be u [**IdentityTreeStore.sol - Github**](https://github.com/iden3/contracts/blob/master/contracts/identitytreestore/IdentityTreeStore.sol) -The identity tree store contract is responsible for storing revocation tree nodes and tree roots of Identity. In case +The identity tree store contract is responsible for storing revocation and roots tree nodes of Identity. In case when identity is using onchain [RHS](https://docs.iden3.io/services/rhs/) and [Iden3OnchainSparseMerkleTreeProof2023](https://iden3-communication.io/w3c/status/overview/) credential status. ### IdentityTreeStore contract addresses (On-chain RHS)