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
KYC shall be triggered by a specific address only. Hence create a notarise address and check for the same. I understand that this is currently done to allow any user Pass/Fail KYC in the test demo. However, a pass/fail request should be passed on to an API, who should then trigger the function. Once, integration with Identityminds is complete, the Identitymind API would hit this API post their verification result.
The text was updated successfully, but these errors were encountered:
In function kycTrigger in Quotation.sol, the check is there only if verdict is true. The check for msg.sender==kycAuthAddress should be there irrespective of verdict.
KYC shall be triggered by a specific address only. Hence create a notarise address and check for the same. I understand that this is currently done to allow any user Pass/Fail KYC in the test demo. However, a pass/fail request should be passed on to an API, who should then trigger the function. Once, integration with Identityminds is complete, the Identitymind API would hit this API post their verification result.
The text was updated successfully, but these errors were encountered: