You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: onixlabs-corda-identity-framework-contract/src/main/kotlin/io/onixlabs/corda/identityframework/contract/Extensions.Attestation.kt
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ inline fun <reified T : ContractState, reified U : Attestation<T>> StateAndRef<U
Copy file name to clipboardExpand all lines: onixlabs-corda-identity-framework-contract/src/main/kotlin/io/onixlabs/corda/identityframework/contract/Extensions.StateAndRef.kt
Copy file name to clipboardExpand all lines: onixlabs-corda-identity-framework-contract/src/main/kotlin/io/onixlabs/corda/identityframework/contract/attestations/AttestationContract.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ open class AttestationContract : Contract {
78
78
"On attestation amending, only one attestation state must be created."
79
79
80
80
internalconstvalCONTRACT_RULE_CHANGES=
81
-
"On attestation amending, the attestor, linear ID, pointer class and pointer identifier must not change."
81
+
"On attestation amending, the attestor, linear IDand pointer class must not change."
82
82
83
83
internalconstvalCONTRACT_RULE_STATE_REF=
84
84
"On attestation amending, the created attestation state must point to the consumed attestation state."
Copy file name to clipboardExpand all lines: onixlabs-corda-identity-framework-contract/src/main/kotlin/io/onixlabs/corda/identityframework/contract/attestations/AttestationPointer.kt
Copy file name to clipboardExpand all lines: onixlabs-corda-identity-framework-contract/src/main/kotlin/io/onixlabs/corda/identityframework/contract/attestations/AttestationSchema.kt
0 commit comments