我需要 changue 一个 crendential 的参数,我想知道是否有必要撤销凭据并使用正确的参数创建 Againt,或者可以更新凭据中的唯一参数。
例如,脚本架构的平均值存在错误,Alice 必须具有 9:
transcript_cred_values = json.dumps({
"first_name": {"raw": "Alice", "encoded": "1139481716457488690172217916278103335"},
"last_name": {"raw": "Garcia", "encoded": "5321642780241790123587902456789123452"},
"degree": {"raw": "Bachelor of Science, Marketing", "encoded": "12434523576212321"},
"status": {"raw": "graduated", "encoded": "2213454313412354"},
"ssn": {"raw": "123-45-6789", "encoded": "3124141231422543541"},
"year": {"raw": "2015", "encoded": "2015"},
"average": {"raw": "5", "encoded": "5"} //This 5 muste be a 9
}(
但是成绩单它已经在账本中了,我们需要撤销该成绩单以重新创建参数?
我可以在Hyperledger Indy HIPE中确定解决方案,在吊销的动机部分,其中一个原因是使用吊销的输入凭据错误。文本:"但是,如果凭据被错误地颁发(例如,其中有错误识别主题的拼写错误(,这一点也很重要。后一种情况即使对于出生证明等不可变和永久的凭证也很重要。
因此,解决方案是重新调整并为爱丽丝使用正确的参数扩展一个新的中心。