Skip to content

Commit

Permalink
Merge pull request hyperledger-indy#2154 from rakaar/minor-syntax-docs
Browse files Browse the repository at this point in the history
Corrected Minor syntax error in docs
  • Loading branch information
jovfer authored Apr 20, 2020
2 parents be0618b + a82cb05 commit eb32486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/indy-walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ The same way **Acme** creates and publishes a **Credential Definition** for the
await ledger.sign_and_submit_request(acme['pool'], acme['wallet'], acme['did'], cred_def_request)
```

**Acme** anticipates revoking **Job-Certificate* credentials. It decides to create a revocation registry. One of Hyperledger Indy's revocation registry types uses cryptographic accumulators for publishing revoked credentials. For details about the inner working of those accumulators see [here](https://github.com/fabienpe/indy-sdk/blob/master/docs/concepts/revocation/cred-revocation.md)). The use of those accumulators requires the publication of "validity tails" outside of the Ledger. For the purpose of this demo, the validity tails are written in a file using a 'blob storage'.
**Acme** anticipates revoking **Job-Certificate** credentials. It decides to create a revocation registry. One of Hyperledger Indy's revocation registry types uses cryptographic accumulators for publishing revoked credentials. For details about the inner working of those accumulators see [here](https://github.com/fabienpe/indy-sdk/blob/master/docs/concepts/revocation/cred-revocation.md)). The use of those accumulators requires the publication of "validity tails" outside of the Ledger. For the purpose of this demo, the validity tails are written in a file using a 'blob storage'.

```python
# Acme Agent
Expand Down

0 comments on commit eb32486

Please sign in to comment.