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
Checks for contract owner and user existence are repeated for many times in different functions in ProofOfPhysicalAddress.sol. Suggest to use a modifier to replace repeated codes.
Check for contract owner : Line61, Line66, Line74, Line83
Checks for contract owner and user existence are repeated for many times in different functions in
ProofOfPhysicalAddress.sol
. Suggest to use a modifier to replace repeated codes.Check for contract owner :
Line61, Line66, Line74, Line83
Check for user existence:
Line97, Line111, Line129, Line147, Line161, Line169, Line204, Line221, Line293, Line325
The text was updated successfully, but these errors were encountered: