From d134fd697b4737f2c4a07f62934eb5ebb742e89b Mon Sep 17 00:00:00 2001 From: Dominik Spicher Date: Fri, 18 Sep 2020 16:38:29 +0200 Subject: [PATCH] Fix typo --- ovip-0012.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovip-0012.md b/ovip-0012.md index 945d491..3ef43fc 100644 --- a/ovip-0012.md +++ b/ovip-0012.md @@ -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:**