Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ovip-0012.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function getCredentialsRef
This method is inherited from the VASP Registry interface. It is a read-only query that can be executed by anyone. It is used to retrieve a reference to the Credentials and verifiable proof of data integrity.

**Behavior:**
Given a VASP Identifier (*vaspID*) it returns a tuple of two strings. The first string returned represents the reference for fetching the Credentials, here the tKeccak256 hash of the credentials. The second parameter is also the Keccak256 hash of the credentials and can be used to verify their content. The reason for redundancy is to comply with the [VASP Registry](https://github.com/OpenVASP/ovips/blob/master/ovip-0011.md) interface.
Given a VASP Identifier (*vaspID*) it returns a tuple of two strings. The first string returned represents the reference for fetching the Credentials, here the Keccak256 hash of the credentials. The second parameter is also the Keccak256 hash of the credentials and can be used to verify their content. The reason for redundancy is to comply with the [VASP Registry](https://github.com/OpenVASP/ovips/blob/master/ovip-0011.md) interface.
## Insertion of Credentials

**Signature:**
Expand Down