From 94460d96c345e6c58e89a69010e2662b41f853b7 Mon Sep 17 00:00:00 2001 From: Chenna Keshava B S Date: Wed, 13 Nov 2024 09:39:06 -0800 Subject: [PATCH] remove older description of the VC spec --- XLS-0070d-credentials/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XLS-0070d-credentials/README.md b/XLS-0070d-credentials/README.md index 9120de9..be35c41 100644 --- a/XLS-0070d-credentials/README.md +++ b/XLS-0070d-credentials/README.md @@ -101,7 +101,7 @@ The ID of this object will be a hash that incorporates the `Subject`, `Issuer`, |-----------|------------| |`lsfAccepted`|`0x00010000`| -The `lsfAccepted` flag represents whether the subject of the credential has accepted the credential. If this flag is disabled, the issuer is responsible for this ledger entry's reserve; if the flag is enabled, the subject of the credential is responsible for the reserve instead. This flag is disabled by default, but is enabled as the result of a successful `CredentialAccept` transaction, or if the secondary signing flow is used to create the credential. +The `lsfAccepted` flag represents whether the subject of the credential has accepted the credential. If this flag is disabled, the issuer is responsible for this ledger entry's reserve; if the flag is enabled, the subject of the credential is responsible for the reserve instead. This flag is disabled by default, but is enabled as the result of a successful `CredentialAccept` transaction. A credential should not be considered "valid" until it has been accepted.