@@ -32,7 +32,7 @@ Anoncreds protocol links:
32
32
1 . CredDef Issuer needs to be able to create multiple CredDefs by the same issuer DID.
33
33
1 . CredDef Issuer needs to be able to create multiple CredDefs for the same Schema by the same issuer DID.
34
34
1 . We need to keep reputation for CredDef's Issuer DID.
35
- 1 . Creation of Revocation Registry (Def and Enteries ):
35
+ 1 . Creation of Revocation Registry (Def and Entries ):
36
36
1 . RevocReg Issuer may not be the same as Schema Author and CredDef issuer.
37
37
1 . RevocReg Issuer needs to be able to create multiple RevocRegs for the same issuer DID.
38
38
1 . RevocReg Issuer needs to be able to create multiple RevocReg for the same CredDef by the same issuer DID.
@@ -267,7 +267,7 @@ reference to the CredDef, plus some revocation registry specific data.
267
267
* ` maxCredNum ` (int): maximum number of credentials the Registry can serve.
268
268
* ` publicKeys ` (json): Registry's public key.
269
269
* ` tailsHash ` (string): hash of tails.
270
- * ` tailsLocaiton ` (string): location of tails file.
270
+ * ` tailsLocation ` (string): location of tails file.
271
271
272
272
273
273
#### Restrictions
@@ -461,7 +461,7 @@ Reply:
461
461
```
462
462
Notes:
463
463
* accum_to and accum_from it's a transactions from ledger "as-is",
464
- like reply for for GET_REVOC_REG query.
464
+ like reply for GET_REVOC_REG query.
465
465
* general STATE_PROOF in reply is:
466
466
* STATE_PROOF for "to" accum value if "from" was found.
467
467
* STATE_PROOF for REG_ENTRY transaction if "from" was not found or not presented in request
@@ -634,4 +634,4 @@ Result for the Example above:
634
634
* ` B < issuanceTime < C ` => [ C,D] => state at timeC => key2 (deprecated credentials)
635
635
* ` C <= issuanceTime <= D ` => [ C,D] => state at timeC => key2 (OK)
636
636
* ` D < issuanceTime < E ` => [ E,...] => state at timeE => key3 (deprecated credentials)
637
- * ` issuanceTime > E ` => [ E,...] => state at timeE => key3 (OK)
637
+ * ` issuanceTime > E ` => [ E,...] => state at timeE => key3 (OK)
0 commit comments