update fields to check on wrongProof Screen

This commit is contained in:
turnoffthiscomputer
2024-10-26 12:28:18 +02:00
parent a739e87d9a
commit 2cb868cfbb

View File

@@ -14,9 +14,10 @@ const WrongProofScreen: React.FC = () => {
};
const fieldsToCheck = [
'scope', 'merkle_root', 'attestation_id', 'current_date', 'issuing_state',
'scope', 'merkle_root_commitment', 'merkle_root_csca', 'attestation_id', 'current_date', 'issuing_state',
'name', 'passport_number', 'nationality', 'date_of_birth', 'gender',
'expiry_date', 'older_than', 'owner_of', 'proof'
'expiry_date', 'older_than', 'owner_of', 'blinded_dsc_commitment', 'proof',
'dscProof', 'dsc', 'pubKey', 'ofac', 'forbidden_countries_list'
];
const failedConditions = [];