Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5f92329

Browse files
author
leopardracer
authored
Update anoncreds.md
Signed-off-by: leopardracer <[email protected]>
1 parent 24e389e commit 5f92329

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

design/anoncreds.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Anoncreds protocol links:
3232
1. CredDef Issuer needs to be able to create multiple CredDefs by the same issuer DID.
3333
1. CredDef Issuer needs to be able to create multiple CredDefs for the same Schema by the same issuer DID.
3434
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):
3636
1. RevocReg Issuer may not be the same as Schema Author and CredDef issuer.
3737
1. RevocReg Issuer needs to be able to create multiple RevocRegs for the same issuer DID.
3838
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.
267267
* `maxCredNum` (int): maximum number of credentials the Registry can serve.
268268
* `publicKeys` (json): Registry's public key.
269269
* `tailsHash` (string): hash of tails.
270-
* `tailsLocaiton` (string): location of tails file.
270+
* `tailsLocation` (string): location of tails file.
271271

272272

273273
#### Restrictions
@@ -461,7 +461,7 @@ Reply:
461461
```
462462
Notes:
463463
* 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.
465465
* general STATE_PROOF in reply is:
466466
* STATE_PROOF for "to" accum value if "from" was found.
467467
* 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:
634634
* `B < issuanceTime < C` => [C,D] => state at timeC => key2 (deprecated credentials)
635635
* `C <= issuanceTime <= D` => [C,D] => state at timeC => key2 (OK)
636636
* `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

Comments
 (0)